From c3b93782b6a4184b2ca54d92a348492396f99fd7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 17:40:15 +0800 Subject: [PATCH] Lock.php --- Lock.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'])) { -- 2.39.2