Index: trunk/core/units/categories/categories_config.php =================================================================== diff -u -r4329 -r4446 --- trunk/core/units/categories/categories_config.php (.../categories_config.php) (revision 4329) +++ trunk/core/units/categories/categories_config.php (.../categories_config.php) (revision 4446) @@ -68,7 +68,7 @@ 'ParentId' => Array('type' => 'int','not_null' => '1','default' => '0'), 'Name' => Array('type' => 'string','not_null' => '1','default' => ''), 'Filename' => Array('type' => 'string','not_null' => '1','default' => ''), - 'AutomaticFilename' => Array('type' => 'int','not_null' => '1','default' => '0'), + 'AutomaticFilename' => Array('type' => 'int','not_null' => '1','default' => '1'), 'Description' => Array('type' => 'string','not_null' => '1','default' => ''), 'CreatedOn' => Array('formatter' => 'kDateFormatter', 'default'=>'#NOW#', 'not_null' => '1'), 'EditorsPick' => Array('type' => 'int','default' => ''),