mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-27 21:56:50 +01:00
* replace "$twig->render()" with "$this->display"
This commit is contained in:
@@ -51,7 +51,7 @@ if(!$error) {
|
||||
error($database_error);
|
||||
}
|
||||
else {
|
||||
echo $twig->render('install.installer.html.twig', array(
|
||||
$twig->display('install.installer.html.twig', array(
|
||||
'url' => 'tools/5-database.php',
|
||||
'message' => $locale['loading_spinner']
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user