// Fix strict standard problem
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12038 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -133,7 +133,7 @@ class CustomizationCore
|
||||
* @param $has_active_column
|
||||
* @return bool
|
||||
*/
|
||||
public static function isCurrentlyUsed()
|
||||
public static function isCurrentlyUsed($table = null, $has_active_column = false)
|
||||
{
|
||||
return (bool)Db::getInstance()->getValue('
|
||||
SELECT `id_customization_field`
|
||||
|
||||
Reference in New Issue
Block a user