Completed
Push — master ( b68cbe...f42961 )
by Angus
03:53
created
_scripts/setup.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
 	chmod_files();
11 11
 
12 12
 	//Make sure .gitkeep file is recreated
13
-	touch(getcwd() . '/application/tests/_ci_phpunit_test/.gitkeep');
13
+	touch(getcwd().'/application/tests/_ci_phpunit_test/.gitkeep');
14 14
 }
15 15
 
16 16
 /**********************************************************************************************************************/
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
 }
22 22
 
23 23
 function chmod_files() {
24
-	$directory = new RecursiveDirectoryIterator(getcwd() . '/application/config');
24
+	$directory = new RecursiveDirectoryIterator(getcwd().'/application/config');
25 25
 	$flattened = new RecursiveIteratorIterator($directory);
26 26
 
27 27
 	$files = new RegexIterator($flattened, '/^(.*\/)?(database|database_password|config|email|recaptcha|sites)\.php/');
Please login to merge, or discard this patch.