From 82f3e98e5329934293d985f4eb0b1d05781ee83b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Dec 2010 16:23:35 +0800 Subject: [PATCH] Pman.php --- Pman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index 7655ed6..44759cb 100644 --- a/Pman.php +++ b/Pman.php @@ -490,7 +490,7 @@ class Pman extends HTML_FlexyFramework_Page { $mods = explode(',', $this->appModules); - if (!in_array('Core',$this->appModules)) { + if (in_array('Core',$mods)) { // core has to be the first modules loaded as it contains Pman.js array_unshift($mods, 'Core'); } -- 2.39.2