Completed
Push — master ( 940980...4a2495 )
by Tom
03:24
created
src/FilePath.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     }
17 17
 
18 18
     public function getFilePath($filePath = '') {
19
-		if (isset($filePath[0]) && $filePath[0] == '/') return $this->customBase . $filePath;
20
-		else return $this->baseDir . $filePath;
19
+		if (isset($filePath[0]) && $filePath[0] == '/') return $this->customBase.$filePath;
20
+		else return $this->baseDir.$filePath;
21 21
 	}
22 22
 }
Please login to merge, or discard this patch.