Browse Source

Update Core\File

Visman 4 years ago
parent
commit
0468a1713d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Core/File.php

+ 2 - 1
app/Core/File.php

@@ -221,7 +221,8 @@ class File
                 return false;
             }
         }
-        @\chmod($path, 0644);
+
+        \chmod($path, 0644);
 
         return true;
     }