LJ::get_remote(), not LJ::get_remote

Patch by denise.
This commit is contained in:
denise 2009-03-06 04:58:35 +00:00 committed by fu
parent 6615b0a7aa
commit 1e25bfdfce
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ body<=
$title = "A title!";
# for pages that require authentication
my $remote = LJ::get_remote;
my $remote = LJ::get_remote();
return "<?needlogin?>" unless $remote;
# allow the remote user to authenticate as another account (community, etc)