Lock.php
[Pman.Core] / Lock.php
index 028abbd..7c8e4e4 100644 (file)
--- a/Lock.php
+++ b/Lock.php
@@ -69,7 +69,7 @@ class Pman_Core_Lock extends Pman
             'on_table' => $_REQUEST['on_table']
         ));
         if ($curlock->count()) {
-            $err  = $this->canunlock();
+            $err  = $this->canUnlock();
             if ($err !== true) {
                 $this->jerr($err);
             }