Pman.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 20 Sep 2011 10:32:58 +0000 (18:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 20 Sep 2011 10:32:58 +0000 (18:32 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 3c8e248..7d9552c 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;
         }