From 874310222a4a4d81d534ce2bf6e82a7fdaf84bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sat, 3 Feb 2024 16:25:24 +0100 Subject: [PATCH] Fix --- pages/home/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/account.php b/pages/home/account.php index bac7531..128d0f7 100644 --- a/pages/home/account.php +++ b/pages/home/account.php @@ -21,4 +21,4 @@ function render(): string return ob_get_clean(); } -return render(); \ No newline at end of file +return ["output" => render(), "parameters" => $page_parameters]; \ No newline at end of file