From 080ab56ea94b65276dada37d68414cd5c17a926d Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 28 May 2023 23:56:35 +0200 Subject: [PATCH] Update functions.php --- system/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;