Index: branches/unlabeled/unlabeled-1.12.20/core/units/visits/visits_tag_processor.php =================================================================== diff -u -r3284 -r4805 --- branches/unlabeled/unlabeled-1.12.20/core/units/visits/visits_tag_processor.php (.../visits_tag_processor.php) (revision 3284) +++ branches/unlabeled/unlabeled-1.12.20/core/units/visits/visits_tag_processor.php (.../visits_tag_processor.php) (revision 4805) @@ -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); }