Skip to content
Snippets Groups Projects
Commit 7aa145ae authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Previous fix was not complete

parent 650158dd
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,8 @@ if (! $user->admin) accessforbidden(); ...@@ -44,7 +44,8 @@ if (! $user->admin) accessforbidden();
$action = GETPOST('action','alpha'); $action = GETPOST('action','alpha');
$value = GETPOST('value','alpha'); $value = GETPOST('value','alpha');
$label = GETPOST('label','alpha');
$scandir = GETPOST('scandir','alpha');
$type = 'order'; $type = 'order';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment