Index: branches/5.2.x/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r16314 -r16339 --- branches/5.2.x/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 16314) +++ branches/5.2.x/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 16339) @@ -1,6 +1,6 @@ Special == 'import') { // this is used? $this->Application->StoreVar('PermCache_UpdateRequired', 1); - $this->Application->Redirect('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)); } elseif ($this->Special == 'export') { // used for orders export in In-Commerce @@ -2744,9 +2744,7 @@ } $params['front'] = 1; // to make opener stack work properly - $params['__URLENCODE__'] = 1; // don't use "&" $params['__NO_REWRITE__'] = 1; // since admin link -// $params['escape'] = 1; // needed? unset($params['button_icon'], $params['button_class'], $params['button_title'], $params['template'], $params['item_prefix'], $params['temp_mode']);