diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-08 17:19:51 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-08 17:19:51 -0700 |
commit | 6a8c1f5e855b1c4d768524e6e542218c234df6d3 (patch) | |
tree | bc358796dc246a214501798959d797434ad52ddd /modules/gallery/helpers/identity.php | |
parent | c3ad4b5374435fdd93644066eeebd94ba5271e20 (diff) |
whitespace fix.
Diffstat (limited to 'modules/gallery/helpers/identity.php')
-rw-r--r-- | modules/gallery/helpers/identity.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/helpers/identity.php b/modules/gallery/helpers/identity.php index 5f1664ec..4febc4e2 100644 --- a/modules/gallery/helpers/identity.php +++ b/modules/gallery/helpers/identity.php @@ -66,7 +66,8 @@ class identity_Core { // The installer cannot set a user into the session, so it just sets an id which we should // 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) { auth::login(IdentityProvider::instance()->admin_user()); } |