// Fix #PSFV-30 + context part 24
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7792 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -65,8 +65,8 @@ class StatsForecast extends Module
|
||||
|
||||
public function hookAdminStatsModules()
|
||||
{
|
||||
global $cookie, $currentIndex;
|
||||
$ru = $currentIndex.'&module='.$this->name.'&token='.Tools::getValue('token');
|
||||
global $cookie;
|
||||
$ru = AdminTab::$currentIndex.'&module='.$this->name.'&token='.Tools::getValue('token');
|
||||
|
||||
$db = Db::getInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user