From c1e00d27b643a29602567d6725897f31637f2acc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 3 Nov 2011 13:51:57 +0800 Subject: [PATCH] Pman.js --- Pman.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pman.js b/Pman.js index 98ccffa8..f7ee0ccb 100644 --- a/Pman.js +++ b/Pman.js @@ -812,7 +812,10 @@ Pman = new Roo.Document( Roo.log(permname + " is Disabled for this user"); return; } - + if (appDisabled.indexOf(permname)) { + Roo.log(permname + " is Disabled for this site"); + return; + } } -- 2.39.2