Committer: vtroitsky
LJSUP-10859: Small syntax fix.U trunk/cgi-bin/ljprotocol.pl
Modified: trunk/cgi-bin/ljprotocol.pl =================================================================== --- trunk/cgi-bin/ljprotocol.pl 2012-01-12 14:00:38 UTC (rev 20890) +++ trunk/cgi-bin/ljprotocol.pl 2012-01-12 14:26:17 UTC (rev 20891) @@ -848,7 +848,7 @@ } # get first entry - my $jitemid = @comments[0]->entry->jitemid; + my $jitemid = $comments[0]->entry->jitemid; # get list of comments to process my @to_update;