// adapted override/_Tools
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9509 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user