// 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user