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

index 65ac690..ffe0d41 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -175,6 +175,9 @@ class Pman_Core_Asset extends Pman {
         require_once 'System.php';
         
         $mods = $this->modulesList();
+        $mods[] = 'Pman';
+        $mods[] = '';
+        
         foreach ($mods as $module) {
             $compile_dir = $this->getCompileDir('js', $module, false);