// Removed @ in front of a function (We need the errors!) #PSCFV-9078

This commit is contained in:
Damien Metzger
2013-06-27 18:11:57 +02:00
parent 8f01b35f46
commit ce7fe6c128
+1 -1
View File
@@ -1568,7 +1568,7 @@ class ToolsCore
}
// Write .htaccess data
if (!$write_fd = @fopen($path, 'w'))
if (!$write_fd = fopen($path, 'w'))
return false;
fwrite($write_fd, trim($specific_before)."\n\n");