mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-12-24 09:20:41 +01:00
More support for redirect in admin
This commit is contained in:
@@ -473,7 +473,7 @@ class Admin
|
||||
$latest = array();
|
||||
|
||||
foreach ($pages->routes() as $url => $path) {
|
||||
$page = $pages->dispatch($url);
|
||||
$page = $pages->dispatch($url, true);
|
||||
if ($page && $page->routable()) {
|
||||
$latest[$page->route()] = ['modified' => $page->modified(), 'page' => $page];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user