From f1cf062710ae5fba098b2775949a083f7457e82b Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 9 Mar 2006 07:13:18 +0000 Subject: changed default current page index to -1, modified itemAt($index) --- framework/I18N/TChoiceFormat.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/I18N/TChoiceFormat.php') diff --git a/framework/I18N/TChoiceFormat.php b/framework/I18N/TChoiceFormat.php index 24080700..255bf638 100644 --- a/framework/I18N/TChoiceFormat.php +++ b/framework/I18N/TChoiceFormat.php @@ -20,6 +20,7 @@ * Get the ChoiceFormat class. */ Prado::using('System.I18N.core.ChoiceFormat'); +Prado::using('System.I18N.TTranslate'); /** * TChoiceFormat class. -- cgit v1.2.3