From d66e8e0b814837641072e67c8c72b1e5d1bdb795 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 09:59:49 +0800 Subject: [PATCH] InterfaceTranslations.php --- InterfaceTranslations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.39.2