Asset.php
authorAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 01:02:56 +0000 (09:02 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 01:02:56 +0000 (09:02 +0800)
Asset.php

index 484a69d..bae9ecf 100644 (file)
--- 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) {