diff options
author | wei <> | 2006-11-28 23:34:13 +0000 |
---|---|---|
committer | wei <> | 2006-11-28 23:34:13 +0000 |
commit | a8b0d83c6b2635784d98d2814782590472359ec3 (patch) | |
tree | 824dd4a7efc05b3de51bf4f677c6d0096a143b46 /framework/I18N/core/DateTimeFormatInfo.php | |
parent | f4925fce58f1827515ced2c32bb12f2aa977a1f2 (diff) |
fixed #463
Diffstat (limited to 'framework/I18N/core/DateTimeFormatInfo.php')
-rw-r--r-- | framework/I18N/core/DateTimeFormatInfo.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|