Index: branches/5.1.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r13903 -r13915 --- branches/5.1.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 13903) +++ branches/5.1.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 13915) @@ -1,6 +1,6 @@ setData(); } else { - // all done -> redirect + // all done, update left tree and redirect $updater->SaveData(); - $this->Application->RemoveVar('PermCache_UpdateRequired'); - $this->Application->Redirect($params['destination_template']); + $this->Application->RemoveVar('PermCache_UpdateRequired'); + $this->Application->StoreVar('RefreshStructureTree', 1); + $this->Application->Redirect($params['destination_template']); } $ret = $updater->getDonePercent();