Browse Source

Fix var not defined

Laurent Destailleur 3 years ago
parent
commit
cfe554b04c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      htdocs/modulebuilder/index.php

+ 3 - 0
htdocs/modulebuilder/index.php

@@ -46,6 +46,9 @@ $action = GETPOST('action', 'aZ09');
 $confirm = GETPOST('confirm', 'alpha');
 $cancel = GETPOST('cancel', 'alpha');
 
+$sortfield = '';
+$sortorder = '';
+
 $module = GETPOST('module', 'alpha');
 $tab = GETPOST('tab', 'aZ09');
 $tabobj = GETPOST('tabobj', 'alpha');