From: Alan Knowles Date: Thu, 16 Aug 2018 00:55:11 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=799f8287375fbaa03063246b5e6a96a3255da200 Asset.php --- 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);