From 5ae51724c070907a45927b6001874f8f5e3d5086 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 May 2012 17:24:24 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index e0439c0f..64e3e931 100644 --- a/I18n.php +++ b/I18n.php @@ -150,7 +150,7 @@ class Pman_Core_I18n extends Pman //filtering.. if (empty($_REQUEST['q']) || 0 === strcasecmp( - substring($tz,0, strlen($_REQUEST['q'])), + substr($tz,0, strlen($_REQUEST['q'])), $_REQUEST['q']) ) { $ret[] = array('tz' => $tz); -- 2.39.2