Pman.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 03:35:56 +0000 (11:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 03:35:56 +0000 (11:35 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 89820f2..747732b 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -822,7 +822,7 @@ Pman = new Roo.Document(
                 mod();
                 
             } else  if (mod.parent.layout && !mod.module.disabled) {
-                
+                // honour permname setings..
                 if (mod.permname && mod.permname.length) {
                     if (Pman.hasPerm(mod.permname, 'S')) {
                         mod.module.add(mod.parent.layout, mod.region);