From a8b0d83c6b2635784d98d2814782590472359ec3 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 28 Nov 2006 23:34:13 +0000 Subject: fixed #463 --- framework/I18N/core/DateTimeFormatInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/I18N/core/DateTimeFormatInfo.php') diff --git a/framework/I18N/core/DateTimeFormatInfo.php b/framework/I18N/core/DateTimeFormatInfo.php index 4d8dafe8..fb6793c5 100644 --- a/framework/I18N/core/DateTimeFormatInfo.php +++ b/framework/I18N/core/DateTimeFormatInfo.php @@ -166,7 +166,7 @@ class DateTimeFormatInfo * @return DateTimeFormatInfo DateTimeFormatInfo for the specified * culture. */ - function getInstance($culture=null) + static function getInstance($culture=null) { if ($culture instanceof CultureInfo) -- cgit v1.2.3