InterfaceTranslations.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 01:59:49 +0000 (09:59 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 01:59:49 +0000 (09:59 +0800)
InterfaceTranslations.php

index 8704c0a..e3de56f 100644 (file)
@@ -29,7 +29,7 @@ class Pman_Admin_InterfaceTranslations extends Pman_Admin_Translations
     }
     
     
-    function get($module)
+    function get($module, $opts = Array())
     {
         
         if (empty($module)) {
@@ -60,7 +60,7 @@ class Pman_Admin_InterfaceTranslations extends Pman_Admin_Translations
                
     }
     
-    function post() 
+    function post($v
     {
         $this->jerr("invalid url");