Completed
Push — master ( 502923...9c82d0 )
by Aimeos
09:03
created
setup.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
 		if( strncmp( $rname, 'db', 2 ) !== 0 ) {
149 149
 			unset( $dbconfig[$rname] );
150 150
 		} else {
151
-			$conf->set( 'resource/' . $rname . '/limit', 3 );
151
+			$conf->set( 'resource/'.$rname.'/limit', 3 );
152 152
 		}
153 153
 	}
154 154
 
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
 	}
187 187
 
188 188
 
189
-	require 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
189
+	require 'vendor'.DIRECTORY_SEPARATOR.'autoload.php';
190 190
 
191 191
 	$aimeos = new \Aimeos\Bootstrap( ( isset( $options['extdir'] ) ? (array) $options['extdir'] : array() ) );
192 192
 	$taskPaths = $aimeos->getSetupPaths( $tplsite );
Please login to merge, or discard this patch.