Asset.php
authorAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 00:55:11 +0000 (08:55 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 00:55:11 +0000 (08:55 +0800)
Asset.php

index 8a57671..5c1ecc9 100644 (file)
--- 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);