Undo the merge from master because it is actually identity not user in this branch.

This commit is contained in:
Tim Almdal
2009-10-25 08:10:27 -07:00
parent 174e8ef3f7
commit f0f7bc2d12

View File

@@ -24,7 +24,7 @@ class gallery_event_Core {
*/
static function gallery_ready() {
theme::load_themes();
user::load_user();
identity::load_user();
locales::set_request_locale();
}