Lock.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 08:33:03 +0000 (16:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 08:33:03 +0000 (16:33 +0800)
Lock.php

index 748d470..028abbd 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);
             }