From df9927bc9cc0702c88f2ae06d0f6a94eb486e5c4 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 30 Apr 2020 16:11:35 +0000 Subject: Fix deref of null object that breaks in PHP 7.4 --- template/closed.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/closed.phtml b/template/closed.phtml index 917cc7c..e56f379 100644 --- a/template/closed.phtml +++ b/template/closed.phtml @@ -1,5 +1,5 @@
- getTitle() != $next['name']): ?> + getTitle() != $next['name']): ?>

getTitle())?> is over!

-- cgit v1.2.3