Pman.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 19 Sep 2011 06:12:33 +0000 (14:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 19 Sep 2011 06:12:33 +0000 (14:12 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 7d9552c..3c8e248 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -779,7 +779,7 @@ Pman = new Roo.Document(
         appDisabled = typeof(appDisabled) == 'undefined' ? [] : appDisabled;
         
         if ((typeof(obj.moduleName) != 'undefined')
-                && appDisabled.indexOf(obj.moduleName) > -1)
+                && APPDISABLED.indexOf(obj.moduleName) > -1)
         {
             return;
         }