From: Alan Knowles Date: Thu, 18 Nov 2010 09:40:15 +0000 (+0800) Subject: Lock.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c3b93782b6a4184b2ca54d92a348492396f99fd7 Lock.php --- diff --git a/Lock.php b/Lock.php index a45fdd7c..6dfe0982 100644 --- a/Lock.php +++ b/Lock.php @@ -53,14 +53,14 @@ class Pman_Core_Lock extends Pman // default action is to attempt to lock.. $action = empty($action) ? 'lock' : 'unlock'; - $this->$action($curlock); + $this->$action(); } - function unlock($curlock) + function unlock() { if (empty($_REQUEST['id'])) {