Update functions.php

This commit is contained in:
slawkens 2023-05-28 23:56:35 +02:00
parent 83915f080c
commit 080ab56ea9

View File

@ -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;