From d9e538a40a243649a9993fc373c855491ac28962 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 11:40:08 +0800 Subject: [PATCH] Tests/I18n.php --- Tests/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/I18n.php b/Tests/I18n.php index 0a5413b4..daa11491 100644 --- a/Tests/I18n.php +++ b/Tests/I18n.php @@ -12,7 +12,7 @@ class Pman_Core_Tests_I18n extends Pman } } - function get() + function get($v, $opts=array()) { require_once 'Pman/Core/I18n.php'; $i = new Pman_Core_I18n(); -- 2.39.2