Skip to content

Commit

Permalink
Aggravating nickname already in use bug FIXED
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hendrickson committed Oct 18, 2009
1 parent 2ae6b16 commit c1bce87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/library/dbscript/view.php
Expand Up @@ -48,7 +48,7 @@ function View() {
$this->named_vars['request'] =& $request;
$this->named_vars['collection'] =& $this->collection;
$this->named_vars['response'] =& $this;
if (check_cookie())
if (get_profile_id())
$this->named_vars['profile'] =& get_profile();
else
$this->named_vars['profile'] = false;
Expand Down

0 comments on commit c1bce87

Please sign in to comment.