Lock.php
[Pman.Core] / 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");
         }