Pman.js
authorAlan Knowles <alan@roojs.com>
Tue, 5 Jun 2012 03:24:28 +0000 (11:24 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 5 Jun 2012 03:24:28 +0000 (11:24 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index aa546ba..4a26a60 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -820,6 +820,7 @@ Pman = new Roo.Document(
             Roo.log("CHECKING PERM: " + permname);
             Roo.log("Exists: " + (Pman.hasPermExists(permname) ? 1 : 0));
             Roo.log("has: " + (Pman.hasPerm(permname,'S') ? 1 : 0));
+            Roo.log(Pman.Login.authUser);
             if (Pman.hasPermExists(permname) && !Pman.hasPerm(permname,'S')) {
                 // it's a turned off permission...
                 Roo.log(permname + " is Disabled for this user");