Index: branches/RC/core/units/general/cat_event_handler.php =================================================================== diff -u -r10870 -r11107 --- branches/RC/core/units/general/cat_event_handler.php (.../cat_event_handler.php) (revision 10870) +++ branches/RC/core/units/general/cat_event_handler.php (.../cat_event_handler.php) (revision 11107) @@ -1734,7 +1734,7 @@ if ($field_values['start_from'] == $field_values['total_records']) { if ($event->Special == 'import') { $this->Application->StoreVar('PermCache_UpdateRequired', 1); - $this->Application->Redirect('in-portal/categories/cache_updater', Array('m_opener' => 'r', 'pass' => 'm', 'continue' => 1, 'no_amp' => 1)); + $this->Application->Redirect('categories/cache_updater', Array('m_opener' => 'r', 'pass' => 'm', 'continue' => 1, 'no_amp' => 1)); } elseif ($event->Special == 'export') { $template = $this->Application->getUnitOption($event->Prefix, 'ModuleFolder').'/'.$event->Special.'_finish';