mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
CLI remove : fix confirm
This commit is contained in:
parent
25877a488b
commit
2b535c4640
1 changed files with 1 additions and 1 deletions
|
@ -2071,7 +2071,7 @@ class LSldapObject extends LSlog_staticLoggerClass {
|
|||
if ($confirm) {
|
||||
$obj -> _cli_show($raw_values);
|
||||
// Sure ?
|
||||
if (!LScli :: confirm("\nAre you sure you want to delete this object?"));
|
||||
if (!LScli :: confirm("\nAre you sure you want to delete this object?"))
|
||||
return True;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue