Browse Source

oops, fixing syntax error

José Lorenzo Rodríguez 10 years ago
parent
commit
3fcca09de9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Core/Configure/FileConfigTrait.php

+ 1 - 1
src/Core/Configure/FileConfigTrait.php

@@ -57,7 +57,7 @@ trait FileConfigTrait
         $file .= $this->_extension;
 
         if (!$checkExists || is_file($file)) {
-            return $file
+            return $file;
         }
 
         if (is_file(realpath($file))) {