Index: branches/unlabeled/unlabeled-1.6.2/core/units/visits/visits_tag_processor.php =================================================================== diff -u -N -r3051 -r4572 --- branches/unlabeled/unlabeled-1.6.2/core/units/visits/visits_tag_processor.php (.../visits_tag_processor.php) (revision 3051) +++ branches/unlabeled/unlabeled-1.6.2/core/units/visits/visits_tag_processor.php (.../visits_tag_processor.php) (revision 4572) @@ -157,7 +157,7 @@ if ($types=='myvisitororders' || $types=='myvisitors'){ $special = 'incommerce'; $names_mapping = $this->Application->GetVar('NamesToSpecialMapping'); - $names_mapping[$list_name] = $special; + $names_mapping[$this->Prefix][$list_name] = $special; $this->Application->SetVar('NamesToSpecialMapping', $names_mapping); }