style fixes (style for method names, style for vars in locale.php)

This commit is contained in:
Andy Staudacher
2009-02-10 06:12:16 +00:00
parent fc162362de
commit b2f20ff766
6 changed files with 131 additions and 133 deletions
+1 -1
View File
@@ -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);
}
}
}