FIX - contextpage
This commit is contained in:
parent
16c2e8cbc9
commit
60acbe8186
@ -56,7 +56,7 @@ $massaction = GETPOST('massaction', 'alpha');
|
||||
$show_files = GETPOST('show_files', 'int');
|
||||
$confirm = GETPOST('confirm', 'alpha');
|
||||
$toselect = GETPOST('toselect', 'array');
|
||||
$contextpage = GETPOST('contextpage', 'aZ') ?GETPOST('contextpage', 'aZ') : 'orderlist';
|
||||
$contextpage = GETPOST('contextpage', 'aZ') ?GETPOST('contextpage', 'aZ') : 'orderlistdet';
|
||||
$productobuy = GETPOST('productobuy', 'alpha');
|
||||
$productonly = GETPOST('productonly', 'alpha');
|
||||
$disablelinefree = GETPOST('disablelinefree', 'alpha');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user