Lock.php
[Pman.Core] / Lock.php
index 90f4ab4..6fb4a4f 100644 (file)
--- a/Lock.php
+++ b/Lock.php
@@ -116,10 +116,10 @@ class Pman_Core_Lock extends Pman
             
         }
         if ($u) {
-            
-            
+            $this->jerr("Item is Locked by " . $u->name . ' (' . $u->email . "),  Try asking them to log out");
             
         }
+        return true;