mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-29 10:49:22 +02:00
Fixed problem with displaying errors in admin - pages panel
This commit is contained in:
parent
622122562f
commit
f8e9fe376b
@ -76,7 +76,7 @@ if (!empty($action)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($errors))
|
if (!empty($errors))
|
||||||
$twig->display('admin.error.html.twig', array('errors' => $errors));
|
error(implode(", ", $errors));
|
||||||
}
|
}
|
||||||
|
|
||||||
$query =
|
$query =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user