Skip to content

Commit

Permalink
whitespace fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 9, 2010
1 parent c3ad4b5 commit 6a8c1f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/gallery/helpers/identity.php
Expand Up @@ -66,7 +66,8 @@ static function load_user() {


// The installer cannot set a user into the session, so it just sets an id which we should // The installer cannot set a user into the session, so it just sets an id which we should
// upconvert into a user. // upconvert into a user.
// @todo set the user name into the session instead of 2 and then use it to get the user object // @todo set the user name into the session instead of 2 and then use it to get the
// user object
if ($user === 2) { if ($user === 2) {
auth::login(IdentityProvider::instance()->admin_user()); auth::login(IdentityProvider::instance()->admin_user());
} }
Expand Down

0 comments on commit 6a8c1f5

Please sign in to comment.