// Fix strict standard problem

This commit is contained in:
rMalie
2012-01-03 10:08:46 +00:00
parent 5be4ca38df
commit f9ffc80a6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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`