We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 227ac72 + f3fbb97 commit c4a9fa4Copy full SHA for c4a9fa4
1 file changed
classes/Form/ConfigurationForm.php
@@ -72,10 +72,10 @@ public function generate()
72
'save' => [
73
'desc' => $this->module->l('Save'),
74
'href' => AdminController::$currentIndex . '&configure=' . $this->module->name . '&save=' . $this->module->name .
75
- '&token=' . Tools::getAdminTokenLite('AdminModules'),
+ '&token=' . $helper->token,
76
],
77
'back' => [
78
- 'href' => AdminController::$currentIndex . '&token=' . Tools::getAdminTokenLite('AdminModules'),
+ 'href' => AdminController::$currentIndex . '&token=' . $helper->token,
79
'desc' => $this->module->l('Back to list'),
80
81
];
0 commit comments