From 6606c182b58ff4ef1a2ad70d6358a488168990ed Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Sun, 22 Dec 2024 14:51:07 -0600 Subject: [PATCH] 7.4 compatibility --- inc/mod/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/mod/auth.php b/inc/mod/auth.php index 43b5e8fc..311b9850 100644 --- a/inc/mod/auth.php +++ b/inc/mod/auth.php @@ -196,7 +196,7 @@ function modLog(string $action, ?string $_board = null): void { } } -function create_pm_header(): mixed { +function create_pm_header() { global $mod, $config; if ($config['cache']['enabled'] && ($header = cache::get('pm_unread_' . $mod['id'])) != false) {