From e6ca9b0f5976eea5cf2eb1d8be2f155f69897831 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