Przeglądaj źródła

Update Core\File

Visman 4 lat temu
rodzic
commit
0468a1713d
1 zmienionych plików z 2 dodań i 1 usunięć
  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;
     }