]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Lock.php
Merge pull request #8077 from annando/notifications
[friendica.git] / src / Console / Lock.php
index 71de727028f87a1e72248f58eae71b8affdeb26b..da1f408d0d1ab3b74f0a346d2669cdd1a9b7cebf 100644 (file)
@@ -133,7 +133,7 @@ HELP;
                if (count($this->args) >= 2) {
                        $lock = $this->getArgument(1);
 
-                       if ($this->lock->releaseLock($lock, true)) {
+                       if ($this->lock->release($lock, true)) {
                                $this->out(sprintf('Lock \'%s\' released.', $lock));
                        } else {
                                $this->out(sprintf('Couldn\'t release Lock \'%s\'', $lock));