From ce7fe6c128b7daec5e012215d494f4105be4139b Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Thu, 27 Jun 2013 18:11:57 +0200 Subject: [PATCH] // Removed @ in front of a function (We need the errors!) #PSCFV-9078 --- classes/Tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Tools.php b/classes/Tools.php index 177fd7cf4..10db11557 100644 --- a/classes/Tools.php +++ b/classes/Tools.php @@ -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");