From 34d75cf45dfbad772821da844c55469088332e46 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Tue, 28 Nov 2023 09:38:48 +0100 Subject: [PATCH] fix: forgor to add a thing again :skull: --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 665a1f8..734c1f2 100644 --- a/index.php +++ b/index.php @@ -91,7 +91,7 @@ echo $twig->render('404.twig'); } else { - echo $twig->render('nation.twig'); + echo $twig->render('nation.twig', array('nation' => $nation)); } });