Index: branches/RC/core/units/general/cat_dbitem.php =================================================================== diff -u -r9623 -r9824 --- branches/RC/core/units/general/cat_dbitem.php (.../cat_dbitem.php) (revision 9623) +++ branches/RC/core/units/general/cat_dbitem.php (.../cat_dbitem.php) (revision 9824) @@ -167,7 +167,7 @@ function MoveToCat($cat_id=null) { // $this->NameCopy(); - $cat_id = $this->Application->GetVar('m_cat_id'); + if (!isset($cat_id)) $cat_id = $this->Application->GetVar('m_cat_id'); // check if the product already exists in destination cat $query = 'SELECT PrimaryCat FROM '.TABLE_PREFIX.'CategoryItems WHERE CategoryId = '.$cat_id.' AND ItemResourceId = '.$this->GetDBField('ResourceId');