Modules.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 04:54:53 +0000 (12:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 04:54:53 +0000 (12:54 +0800)
Palette.php

Modules.php
Palette.php

index eb18ed5..ecc9f57 100644 (file)
@@ -14,7 +14,7 @@ class Pman_Builder_Modules extends Pman
         
     }
     
-    function get()
+    function get($base, $opts = array())
     {
         // should just list the enabled modules.. - in theory we can not create modules???
         
index 5a4e193..54f21bd 100644 (file)
@@ -9,7 +9,7 @@ class Pman_Builder_Palette extends Pman
         return true;
     }
     
-    function get($sub)
+    function get($sub, $opts = array())
     {
         if (empty($sub)) {
             return $this->roousage();