[-] CORE : fixed bug #PSCFV-3406

This commit is contained in:
vAugagneur
2012-08-08 11:48:25 +00:00
parent 1f73e725c8
commit fb737ee9c3
+1 -1
View File
@@ -318,7 +318,7 @@ class LinkCore
// If the module has its own route ... just use it !
if (Dispatcher::getInstance()->hasRoute('module-'.$module.'-'.$controller, $id_lang))
return $this->getPageLink('module-'.$module.'-'.$controller, $params);
return $this->getPageLink('module-'.$module.'-'.$controller, $ssl, $id_lang, $params);
else
return $url.Dispatcher::getInstance()->createUrl('module', $id_lang, $params, $this->allow);
}