From 0c224ad29d020c164015ca3bd9f5397bf0b0996f Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 20 Oct 2011 15:05:15 +0000 Subject: [PATCH] // adapted override/_Tools git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9509 b9a71923-0436-4b27-9f14-aed3839534dd --- 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_) {