Skip to content

Commit

Permalink
uid != uid?
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Mar 25, 2003
1 parent e14bdd9 commit 96fbbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Zoo/Zoo.pm
Expand Up @@ -72,7 +72,7 @@ sub getFriendsUIDs {
my $slashdb = getCurrentDB();
my $user = getCurrentUser();
my $people = $slashdb->getUser($uid, 'people');
if ($uid == $uid) {
if ($uid == $user->{uid}) {
$people = $user->{people};
} else {
$people = $slashdb->getUser($uid, 'people');
Expand Down

0 comments on commit 96fbbef

Please sign in to comment.