// Fix table / identifier for Module class

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10929 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-05 15:35:21 +00:00
parent dac14bf3be
commit ca79a68011

View File

@@ -68,10 +68,9 @@ abstract class ModuleCore
protected $_errors = false;
public static $definition = array(
'table' => 'module',
'primary' => 'id_module',
);
protected $table = 'module';
protected $identifier = 'id_module';
public static $_db;