Prevent warning.
This commit is contained in:
parent
c6d7fe913d
commit
1d35a471e8
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ sub getViewVars {
|
|||
$issueVar->{ url } = $issue->getUrl;
|
||||
|
||||
my $isRecent =
|
||||
( !$displayIssueId && $recentCount < $maxRecent )
|
||||
( ! defined $displayIssueId && $recentCount < $maxRecent )
|
||||
|| ( $issue->getId eq $displayIssueId )
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue