From 08154858ddae38655778d0f69c5b2a8469d4746f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 20 Sep 2011 18:32:58 +0800 Subject: [PATCH] Pman.js --- Pman.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.js b/Pman.js index 3c8e2489..7d9552cd 100644 --- 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; } -- 2.39.2