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) {