Index: trunk/extensions/Maps/Services/YahooMaps/Maps_YahooMaps.php |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | $egYahooMapsOnThisPage++; |
116 | 116 | } |
117 | 117 | |
118 | | - return $egYahooMapsOnThisPage . '_' . $egOSMOnThisPage; |
| 118 | + return $egMapsYahooMapsPrefix . '_' . $egYahooMapsOnThisPage; |
119 | 119 | } |
120 | 120 | |
121 | 121 | /** |