From 799f8287375fbaa03063246b5e6a96a3255da200 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Aug 2018 08:55:11 +0800 Subject: [PATCH] Asset.php --- Asset.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Asset.php b/Asset.php index 8a57671e..5c1ecc9f 100644 --- a/Asset.php +++ b/Asset.php @@ -178,8 +178,8 @@ class Pman_Core_Asset extends Pman { require_once 'System.php'; $mods = $this->modulesList(); - $mods[] = $ff->project; - $mods[] = $ff->project; + $mods[] = $ff->project; // Pman + $mods[] = ''; // Pman + appshortname.. foreach ($mods as $module) { $compile_dir = $this->getCompileDir('js', $module, false); -- 2.39.2