// Context part 29
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7935 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -151,11 +151,9 @@ class StatsGeoLocation extends Module
|
||||
|
||||
public function displayForm()
|
||||
{
|
||||
global $cookie;
|
||||
|
||||
$map_size;
|
||||
$cross_size;
|
||||
$id_lang = (isset($cookie->id_lang) ? (int)($cookie->id_lang) : Configuration::get('PS_LANG_DEFAULT'));
|
||||
$id_lang = (int)$this->context->language->id;
|
||||
$wait = $this->l('Please wait...');
|
||||
|
||||
if ((file_exists('../modules/'.$this->name.'/'.$this->_map_path) == FALSE) ||
|
||||
|
||||
Reference in New Issue
Block a user