diff --git a/system/functions.php b/system/functions.php index 97779601..cb280030 100644 --- a/system/functions.php +++ b/system/functions.php @@ -1192,7 +1192,7 @@ function getCustomPageInfo($page) return null; } -function getCustomPage($page, &$success) +function getCustomPage($page, &$success): string { global $db, $twig, $title, $ignore, $logged_access;