Merge pull request #9982 from hregis/8.0_pg
FIX missing action "edit" for the hook
This commit is contained in:
commit
a12c0d9b53
@ -35,7 +35,7 @@ $langs->load("categories");
|
|||||||
$id=GETPOST('id','int');
|
$id=GETPOST('id','int');
|
||||||
$ref=GETPOST('ref');
|
$ref=GETPOST('ref');
|
||||||
$type=GETPOST('type');
|
$type=GETPOST('type');
|
||||||
$action=GETPOST('action','aZ09');
|
$action=(GETPOST('action','aZ09')?GETPOST('action','aZ09'):'edit');
|
||||||
$confirm=GETPOST('confirm');
|
$confirm=GETPOST('confirm');
|
||||||
$cancel=GETPOST('cancel','alpha');
|
$cancel=GETPOST('cancel','alpha');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user