Index: branches/unlabeled/unlabeled-1.22.2/core/units/categories/categories_event_handler.php =================================================================== diff -u -N -r5627 -r5628 --- branches/unlabeled/unlabeled-1.22.2/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 5627) +++ branches/unlabeled/unlabeled-1.22.2/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 5628) @@ -398,10 +398,7 @@ } if ($clipboard_data['cut'] || $clipboard_data['copy']) { - if ($this->Application->RecallVar('PermCache_UpdateRequired')) { - $this->Application->RemoveVar('PermCache_UpdateRequired'); - $event->redirect = 'categories/cache_updater'; - } + $event->redirect = 'categories/cache_updater'; } }