Pman.php
authorAlan Knowles <alan@roojs.com>
Thu, 14 Jan 2016 10:52:00 +0000 (18:52 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Jan 2016 10:52:00 +0000 (18:52 +0800)
Pman.php

index 5c97656..aa4e15f 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -676,7 +676,7 @@ class Pman extends HTML_FlexyFramework_Page
         foreach($mods as $mod) {
             // add the css file..
         
-            $this->outputJavascriptDir("Pman/$mod/widget", "*.js");
+            $this->outputJavascriptDir("Pman/$mod/widgets", "*.js");
             $this->outputJavascriptDir("Pman/$mod", "*.js");
             
         }