Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Feb 22, 2015
1 parent c6a6be5 commit 06ec385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Subscribe/subscribe.pl
Expand Up @@ -350,7 +350,7 @@ sub confirm {
}
}

my $uid = $form->{uid} || $user->$uid;
my $uid = $form->{uid} || $user->{uid};
my $sub_user = $slashdb->getUser($uid);
my $puid = $user->{uid};
my $title ="Confirm subscription and choose payment type";
Expand Down

0 comments on commit 06ec385

Please sign in to comment.