From b44b92c6a43eac75d8213148bd2e86e057e39d07 Mon Sep 17 00:00:00 2001 From: knut <> Date: Thu, 2 Mar 2006 20:08:34 +0000 Subject: Added using() statements to ensure that parent TI18NControl is loaded --- framework/I18N/TDateFormat.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framework/I18N/TDateFormat.php') diff --git a/framework/I18N/TDateFormat.php b/framework/I18N/TDateFormat.php index 711dd563..8e7a7e30 100644 --- a/framework/I18N/TDateFormat.php +++ b/framework/I18N/TDateFormat.php @@ -22,6 +22,11 @@ */ Prado::using('System.I18N.core.DateFormat'); +/** + * Get the parent control class. + */ +Prado::using('System.I18N.TI18NControl'); + /** * To format dates and/or time according to the current locale use * -- cgit v1.2.3