Merge pull request #17935 from frederic34/patch-8

fix php warning
This commit is contained in:
Laurent Destailleur 2021-06-15 22:18:26 +02:00 committed by GitHub
commit 36f599519e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,9 @@ if (!isset($permission)) {
if (!isset($permtoedit)) {
$permtoedit = $permissiontoadd;
}
if (!isset($param)) {
$param = '';
}
// Drag and drop for up and down allowed on product, thirdparty, ...
// The drag and drop call the page core/ajax/row.php