Fix: Previous fix was not complete

This commit is contained in:
Laurent Destailleur 2013-06-05 11:09:54 +02:00
parent 650158dd59
commit 7aa145ae6a

View File

@ -44,7 +44,8 @@ if (! $user->admin) accessforbidden();
$action = GETPOST('action','alpha');
$value = GETPOST('value','alpha');
$label = GETPOST('label','alpha');
$scandir = GETPOST('scandir','alpha');
$type = 'order';