Pman.php
authorAlan Knowles <alan@roojs.com>
Wed, 16 Mar 2016 03:04:54 +0000 (11:04 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 16 Mar 2016 03:04:54 +0000 (11:04 +0800)
Pman.php

index 92d19f2..20b4595 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -690,7 +690,11 @@ class Pman extends HTML_FlexyFramework_Page
      */
     function outputJavascriptIncludes()  
     {
-        
+         
+        $o = HTML_FlexyFramework::get()->Pman_Core;
+        if (isset($o['packseed'])) {
+            return $this->outputJavascriptIncludesBC();
+        }
         $mods = $this->modulesList();
         
         foreach($mods as $mod) {