From: Alan Knowles Date: Fri, 4 Aug 2017 01:59:49 +0000 (+0800) Subject: InterfaceTranslations.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=d66e8e0b814837641072e67c8c72b1e5d1bdb795 InterfaceTranslations.php --- diff --git a/InterfaceTranslations.php b/InterfaceTranslations.php index 8704c0a..e3de56f 100644 --- a/InterfaceTranslations.php +++ b/InterfaceTranslations.php @@ -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");