Lock.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 08:33:08 +0000 (16:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 08:33:08 +0000 (16:33 +0800)
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);
             }