Weblinks 3.0.0 & Zikula 1.3.6 Using the Weblinks Admin to Delete a Link results in the following: "Access denied (error 403) Sorry! You don't have authorisation for the page you wanted. Additional information ◾Could not load the 'weblinks' module at 'dellink'. ◾Security token validation failed" Removing/Commenting out line 391: $this->checkCsrfToken($this->getPassedValue('csrftoken', null, 'GETPOST')); in Controller/Admin.php works as a workaround (post from portugao in the Zikula Modules Community Forum)
Weblinks 3.0.0 & Zikula 1.3.6
Using the Weblinks Admin to Delete a Link results in the following:
"Access denied (error 403)
Sorry! You don't have authorisation for the page you wanted.
Additional information
◾Could not load the 'weblinks' module at 'dellink'.
◾Security token validation failed"
Removing/Commenting out line 391:
$this->checkCsrfToken($this->getPassedValue('csrftoken', null, 'GETPOST'));
in Controller/Admin.php works as a workaround (post from portugao in the Zikula Modules Community Forum)