Skip to content
Snippets Groups Projects
Commit 5a80b534 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix crash rendering closed ticket

Fixes #2328
parent 7b6410d9
Branches
Tags
No related merge requests found
......@@ -1458,7 +1458,7 @@ implements CustomListItem, TemplateVariable {
return parent::create($ht);
}
static function lookup($var, $list= false) {
static function lookup($var, $list=null) {
if (!($item = parent::lookup($var)))
return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment