Lock.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Sep 2011 03:30:34 +0000 (11:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Sep 2011 03:30:34 +0000 (11:30 +0800)
Lock.php

index aa2b1f8..0e8e6f3 100644 (file)
--- 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");
         }