mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
* replace "$twig->render()" with "$this->display"
This commit is contained in:
@@ -19,5 +19,5 @@ if(isset($errors)) {
|
||||
}
|
||||
}
|
||||
|
||||
echo $twig->render('admin.login.html.twig');
|
||||
$twig->display('admin.login.html.twig');
|
||||
?>
|
Reference in New Issue
Block a user