Index: branches/5.3.x/core/units/modules/modules_config.php =================================================================== diff -u -N -r15659 -r15902 --- branches/5.3.x/core/units/modules/modules_config.php (.../modules_config.php) (revision 15659) +++ branches/5.3.x/core/units/modules/modules_config.php (.../modules_config.php) (revision 15902) @@ -1,6 +1,6 @@ Array ( 'Name' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'Path' => Array ('type' => 'string', 'not_null' => '1', 'default' => ''), + 'ClassNamespace' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'Var' => Array ('type' => 'string', 'not_null' => '1', 'default' => ''), 'Version' => Array ('type' => 'string', 'not_null' => '1', 'default' => '0.0.0'), 'Loaded' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Active', 0 => 'la_Disabled'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 1),