// Removed @ in front of a function (We need the errors!) #PSCFV-9078
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user