mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* replace "$twig->render()" with "$this->display"
This commit is contained in:
@@ -9,7 +9,7 @@ if(!$error) {
|
||||
error($database_error);
|
||||
}
|
||||
|
||||
echo $twig->render('install.admin.html.twig', array(
|
||||
$twig->display('install.admin.html.twig', array(
|
||||
'locale' => $locale,
|
||||
'session' => $_SESSION,
|
||||
'errors' => isset($errors) ? $errors : null,
|
||||
|
Reference in New Issue
Block a user