mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-06 23:21:18 -04:00
style fixes (style for method names, style for vars in locale.php)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user