// Fix table / identifier for Module class

This commit is contained in:
rMalie
2011-12-05 15:35:21 +00:00
parent ac458f0cab
commit 3efaa6c4e4

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;