// Little fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9606 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -156,7 +156,7 @@ abstract class ModuleCore
|
||||
SELECT `id_module`
|
||||
FROM `'._DB_PREFIX_.'module`
|
||||
WHERE `name` = \''.pSQL($this->name).'\'');
|
||||
if (0&&$result)
|
||||
if ($result)
|
||||
return false;
|
||||
|
||||
$result = Db::getInstance()->AutoExecute(_DB_PREFIX_.$this->table, array('name' => $this->name, 'active' => 1), 'INSERT');
|
||||
|
||||
Reference in New Issue
Block a user