// Replacement of AdminTab by AdminController on modules

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10334 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2011-11-21 11:06:35 +00:00
parent 9d10de0848
commit 9b6824a825
13 changed files with 66 additions and 46 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ class Twenga extends PaymentModule
public function __construct()
{
// Basic vars
$this->current_index = AdminTab::$currentIndex;
$this->current_index = AdminController::$currentIndex;
$this->token = Tools::getValue('token');
$this->name = 'twenga';
$this->tab = 'smart_shopping';