From: Alan Knowles Date: Thu, 16 Aug 2018 01:02:56 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b2d22e8e22ab10c6622d8d7fb0edb6cd56ef5ccd Asset.php --- diff --git a/Asset.php b/Asset.php index 484a69da..bae9ecf5 100644 --- a/Asset.php +++ b/Asset.php @@ -175,9 +175,10 @@ class Pman_Core_Asset extends Pman { } require_once 'System.php'; + $ff = HTML_FlexyFramework::get(); $mods = $this->modulesList(); - $mods[] = $ff->project; // Pman + $mods[] = $ff->project; // Pman - this was the old format... $mods[] = ''; // Pman + appshortname.. foreach ($mods as $module) {