From ea7dfdf1e0bbc247e22d65ce454bda44b21066ec Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 16:33:08 +0800 Subject: [PATCH] Lock.php --- Lock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2