Completed
Branch master (fb8428)
by James
06:18
created
Category
code/FilePage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,8 @@
 block discarded – undo
46 46
     
47 47
     public function init()
48 48
     {
49
-        if (Director::fileExists(project() . "/css/files.css")) {
50
-            Requirements::css(project() . "/css/files.css");
49
+        if (Director::fileExists(project()."/css/files.css")) {
50
+            Requirements::css(project()."/css/files.css");
51 51
         } else {
52 52
             Requirements::css("file-listing/css/files.css");
53 53
         }
Please login to merge, or discard this patch.