[dw-free] correct stylistic flaw in doc/template.bml.txt
[commit: http://hg.dwscoalition.org/dw-free/rev/fdbf07a17989]
http://bugs.dwscoalition.org/show_bug.cgi?id=444
LJ::get_remote(), not LJ::get_remote
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=444
LJ::get_remote(), not LJ::get_remote
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- doc/template.bml.txt
-------------------------------------------------------------------------------- diff -r 172d7378a441 -r fdbf07a17989 doc/template.bml.txt --- a/doc/template.bml.txt Fri Mar 06 04:49:02 2009 +0000 +++ b/doc/template.bml.txt Fri Mar 06 04:58:35 2009 +0000 @@ -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) --------------------------------------------------------------------------------