Index: trunk/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r8860 -r8905 --- trunk/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 8860) +++ trunk/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 8905) @@ -299,6 +299,7 @@ } $updater =& $this->Application->recallObject('kPermCacheUpdater', null, Array('continue' => $continue)); + /* @var $updater kPermCacheUpdater */ if ($continue === '0') { // No in dialog $updater->clearData(); $this->Application->Redirect($params['destination_template']); @@ -322,7 +323,7 @@ } else { // all done -> redirect - $updater->clearData(); + $updater->SaveData(); $this->Application->RemoveVar('PermCache_UpdateRequired'); $this->Application->Redirect($params['destination_template']); }