From ec828afb06c5ca5b9bb2762387f82ce617f81573 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 4 Oct 2018 19:30:45 +0800 Subject: [PATCH] Pman.php --- Pman.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.php b/Pman.php index 8cc13fc..128bd78 100644 --- a/Pman.php +++ b/Pman.php @@ -723,6 +723,8 @@ class Pman extends HTML_FlexyFramework_Page // and finally the JsTemplate... echo ''."\n"; } + + $this->callModules('outputJavascriptIncludes', $this); } -- 2.39.2