Changeset 3146

Show
Ignore:
Timestamp:
07/17/2008 12:38:55 PM (5 months ago)
Author:
alexsancho
Message:

added &oe=utf-8 param to calling url

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/gmaps/libraries/Gmap.php

    r3145 r3146  
    125125         public function api_uri() 
    126126         { 
    127             return 'http://www.google.com/jsapi?key='.Config::item('gmaps.api_key'); 
     127            return 'http://www.google.com/jsapi?key='.Config::item('gmaps.api_key').'&oe=utf-8'; 
    128128         } 
    129129