CLI remove : fix confirm

This commit is contained in:
Benjamin Renard 2020-05-09 11:36:26 +02:00
parent 25877a488b
commit 2b535c4640

View file

@ -2071,7 +2071,7 @@ class LSldapObject extends LSlog_staticLoggerClass {
if ($confirm) { if ($confirm) {
$obj -> _cli_show($raw_values); $obj -> _cli_show($raw_values);
// Sure ? // 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; return True;
} }