Asset.php
[Pman.Core] / 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);