From: Alan Knowles Date: Thu, 18 Nov 2010 09:40:18 +0000 (+0800) Subject: Lock.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=80025a01564272a5047eafd9fd3c7983a6f6e4a6 Lock.php --- diff --git a/Lock.php b/Lock.php index 6dfe0982..6ff0f909 100644 --- a/Lock.php +++ b/Lock.php @@ -55,9 +55,6 @@ class Pman_Core_Lock extends Pman $action = empty($action) ? 'lock' : 'unlock'; $this->$action(); - - - } function unlock()