Fix empty test
This commit is contained in:
parent
53be6492b8
commit
0ef9a8843a
@ -8123,7 +8123,7 @@ function dolGetButtonAction($label, $html = '', $actionType = 'default', $url =
|
|||||||
$attr['href'] = '';
|
$attr['href'] = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(empty($id)){
|
if(!empty($id)){
|
||||||
$attr['id'] = $id;
|
$attr['id'] = $id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user