From b2d22e8e22ab10c6622d8d7fb0edb6cd56ef5ccd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Aug 2018 09:02:56 +0800 Subject: [PATCH] Asset.php --- Asset.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.39.2