Index: branches/RC/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r11067 -r11107 --- branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 11067) +++ branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 11107) @@ -1990,7 +1990,7 @@ { if ($this->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 ($this->Special == 'export') { $finish_t = $this->Application->RecallVar('export_finish_t');