Pman.js
authorAlan Knowles <alan@roojs.com>
Thu, 6 Oct 2011 05:38:33 +0000 (13:38 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Oct 2011 05:38:33 +0000 (13:38 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index ac8489a..8e9fa2b 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -835,6 +835,7 @@ Pman = new Roo.Document(
                 
                 if (this.hasPermExists(permname) && !this.hasPerm(permname,'S')) {
                     // it's a turned off permission...
+                    Roo.log(permname + " is Disabled for this user");
                     return;
                 }
             }