This commit is contained in:
parent
b8f2f1086b
commit
cb62a664a0
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class PageCLI extends DokuCLI {
|
|||
|
||||
lock($wiki_id);
|
||||
|
||||
if(checklock($wiki_id) != $this->username) {
|
||||
if(checklock($wiki_id)) {
|
||||
$this->error("Unable to obtain lock for $wiki_id ");
|
||||
var_dump(checklock($wiki_id));
|
||||
exit(1);
|
||||
|
|
Loading…
Reference in a new issue