From 7930ae84f8d3e6e8893ebdf1b0177203ee8c8b6d Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 12 Apr 2017 11:50:02 +0200 Subject: Inconsistency in the admin template parameters fixed (this does not affect any template parameters for the frontend templates). --- admin/auth.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'admin') diff --git a/admin/auth.php b/admin/auth.php index b90db92..160516b 100644 --- a/admin/auth.php +++ b/admin/auth.php @@ -60,9 +60,7 @@ else { try { $AuthTemplate = Template\Factory::build('auth'); $AuthTemplate->set('FORM', [ - 'INFO' => [ - 'LIST' => $messages ?? [], - ], + 'INFO' => $messages ?? [], 'DATA' => [ 'USERNAME' => HTTP::POST('username'), 'PASSWORD' => HTTP::POST('password'), -- cgit v1.2.3