Index: trunk/admin/category/addcategory.php =================================================================== diff -u -r3145 -r3154 --- trunk/admin/category/addcategory.php (.../addcategory.php) (revision 3145) +++ trunk/admin/category/addcategory.php (.../addcategory.php) (revision 3154) @@ -37,6 +37,7 @@ $c->Set("ParentId",$objCatList->CurrentCategoryID()); $c->Set("NewItem",2); //auto $c->Set("Status",2); //pending + $c->Set('AutomaticFilename', 1); $en = 0; $action = "m_add_category"; $objCatList->CreateEmptyEditTable("CategoryId");