autofworward after login
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-26 22:04:05 +02:00
parent 5dda6b958d
commit 339321a322
4 changed files with 20 additions and 3 deletions

View File

@ -82,7 +82,7 @@ function callHook($url)
if (!$dispatch->maySeeThisPage()) {
$componentName = 'err';
$action = 'notallowed';
$dispatch = new $componentName('error', $action, true);
$dispatch = new $componentName('err', $action, true);
} else
$dispatch = new $componentName($component, $action, true, $queryString);