forked from Wavyzz/dolibarr
Fix phpstan (#32005)
* fix phpstan * fix phpstan * fix phpstan * fix phpstan * fix phpstan * fix phpstan * fix phpstan
This commit is contained in:
@@ -36,6 +36,7 @@ $langs->loadLangs(array("admin", "other", "modulebuilder"));
|
||||
|
||||
$action = GETPOST('action', 'aZ09');
|
||||
$backtopage = GETPOST('backtopage', 'alpha');
|
||||
$head = [];
|
||||
|
||||
if (!$user->admin || !isModEnabled('modulebuilder')) {
|
||||
accessforbidden();
|
||||
|
||||
Reference in New Issue
Block a user