From ba740be95c21d895048832e80bb3ee1c24ebb7a4 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 20 Oct 2011 15:05:15 +0000 Subject: [PATCH] // adapted override/_Tools --- override/classes/_Tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/override/classes/_Tools.php b/override/classes/_Tools.php index 7c5b588ff..91c64b8fb 100755 --- a/override/classes/_Tools.php +++ b/override/classes/_Tools.php @@ -168,7 +168,7 @@ class Tools extends ToolsCore * Display a warning message indicating that the method is deprecated * (display in firefox console if Firephp is enabled) */ - public static function displayAsDeprecated() + public static function displayAsDeprecated($message = null) { if (_PS_DISPLAY_COMPATIBILITY_WARNING_) {