// adapted override/_Tools

This commit is contained in:
mMarinetti
2011-10-20 15:05:15 +00:00
parent e439991322
commit ba740be95c

View File

@@ -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_)
{