From bcec861d23d2fecc40d81ce74b6c2e750a26db5e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 26 Sep 2011 11:30:34 +0800 Subject: [PATCH] Lock.php --- Lock.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Lock.php b/Lock.php index aa2b1f8a..0e8e6f32 100644 --- a/Lock.php +++ b/Lock.php @@ -78,6 +78,7 @@ class Pman_Core_Lock extends Pman } if ($curlock->person_id != $this->authUser->id) { + // this is an error conditon.. $this->jerr("Lock id is invalid"); } -- 2.39.2