Browse Source

fix for CLI not behaving - see #411

pull/421/head
David Goodwin 6 years ago
parent
commit
efb1897a4f
  1. 2
      model/CliEdit.php

2
model/CliEdit.php

@ -186,7 +186,7 @@ class CliEdit extends Shell {
return 1; return 1;
} }
if (!$handler->store()) {
if (!$handler->save()) {
$this->err($handler->errormsg); $this->err($handler->errormsg);
return 1; return 1;
} }

Loading…
Cancel
Save