From b2f20ff76649cab714c761e8a43f66e1976cf3d4 Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Tue, 10 Feb 2009 06:12:16 +0000 Subject: style fixes (style for method names, style for vars in locale.php) --- modules/user/helpers/user_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/helpers/user_event.php') diff --git a/modules/user/helpers/user_event.php b/modules/user/helpers/user_event.php index 4af1d22f..e33924f1 100644 --- a/modules/user/helpers/user_event.php +++ b/modules/user/helpers/user_event.php @@ -27,7 +27,7 @@ class user_event_Core { $locale = user::active()->locale; if (!empty($locale)) { // TODO(andy_st): Check session data as well. - I18n::instance()->setLocale($locale); + I18n::instance()->locale($locale); } } } -- cgit v1.2.3