// 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:
@@ -117,8 +117,7 @@ class Twenga extends PaymentModule
|
||||
public function __construct()
|
||||
{
|
||||
// Basic vars
|
||||
global $currentIndex;
|
||||
$this->current_index = $currentIndex;
|
||||
$this->current_index = AdminTab::$currentIndex;
|
||||
$this->token = Tools::getValue('token');
|
||||
$this->name = 'twenga';
|
||||
$this->tab = 'smart_shopping';
|
||||
|
||||
Reference in New Issue
Block a user