Fixed problem with displaying errors in admin - pages panel

This commit is contained in:
whiteblXK 2019-03-14 15:56:44 +01:00
parent 622122562f
commit f8e9fe376b

View File

@ -76,7 +76,7 @@ if (!empty($action)) {
}
if (!empty($errors))
$twig->display('admin.error.html.twig', array('errors' => $errors));
error(implode(", ", $errors));
}
$query =