Prevent warning.

This commit is contained in:
Martin Kamerbeek 2010-12-22 10:30:53 +01:00
parent c6d7fe913d
commit 1d35a471e8

View file

@ -138,7 +138,7 @@ sub getViewVars {
$issueVar->{ url } = $issue->getUrl;
my $isRecent =
( !$displayIssueId && $recentCount < $maxRecent )
( ! defined $displayIssueId && $recentCount < $maxRecent )
|| ( $issue->getId eq $displayIssueId )
;