From a6672bbd30f247dc68daf5388fb941b90de7e2ff Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 17:45:28 +0800 Subject: [PATCH] Lock.php --- Lock.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Lock.php b/Lock.php index 7d6848db..2870e38d 100644 --- a/Lock.php +++ b/Lock.php @@ -48,9 +48,12 @@ class Pman_Core_Lock extends Pman return true; } - function get() + function get($action) { // should we allow url links to lock things??? + // only for debuggin?? + $this->post($action); + // $this->jerr("invalid request"); } -- 2.39.2