2
0
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:
Frédéric FRANCE
2024-11-19 21:02:05 +01:00
committed by GitHub
parent 926b6301c7
commit daae68f9d3
18 changed files with 79 additions and 165 deletions

View File

@@ -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();