The actual solution to the 'companies/' issue
All checks were successful
Upload Website / sftp (push) Successful in 15s

This commit is contained in:
WorldWidePixel 2024-06-03 03:09:32 +02:00 committed by Forgejo
parent 54a4965102
commit 3888d34eec
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -176,7 +176,7 @@
echo $twig->render('404.twig');
} else {
echo $twig->render('nation.twig', array('nation' => $companies[$company]));
echo $twig->render('company.twig', array('company' => $companies[$company]));
}
});