fix php warning
This commit is contained in:
parent
a1e6236df0
commit
5ceb957059
@ -47,6 +47,9 @@ if (!isset($permission)) {
|
|||||||
if (!isset($permtoedit)) {
|
if (!isset($permtoedit)) {
|
||||||
$permtoedit = $permissiontoadd;
|
$permtoedit = $permissiontoadd;
|
||||||
}
|
}
|
||||||
|
if (!isset($param)) {
|
||||||
|
$param = '';
|
||||||
|
}
|
||||||
|
|
||||||
// Drag and drop for up and down allowed on product, thirdparty, ...
|
// Drag and drop for up and down allowed on product, thirdparty, ...
|
||||||
// The drag and drop call the page core/ajax/row.php
|
// The drag and drop call the page core/ajax/row.php
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user