From: Alan Knowles Date: Thu, 18 Nov 2010 08:33:08 +0000 (+0800) Subject: Lock.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ea7dfdf1e0bbc247e22d65ce454bda44b21066ec Lock.php --- diff --git a/Lock.php b/Lock.php index 028abbd9..7c8e4e4c 100644 --- 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); }