From c0f9c4dd8ab62d93878c00041f23c3f80ecbb86d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Aug 2018 08:52:21 +0800 Subject: [PATCH] Asset.php --- Asset.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Asset.php b/Asset.php index 65ac6908..ffe0d41a 100644 --- a/Asset.php +++ b/Asset.php @@ -175,6 +175,9 @@ class Pman_Core_Asset extends Pman { require_once 'System.php'; $mods = $this->modulesList(); + $mods[] = 'Pman'; + $mods[] = ''; + foreach ($mods as $module) { $compile_dir = $this->getCompileDir('js', $module, false); -- 2.39.2