Merge branch 'develop' into feature/integrate-with-admin-pro

This commit is contained in:
Flavio Copes
2015-11-30 15:58:40 +01:00
8 changed files with 119 additions and 88 deletions

View File

@@ -509,6 +509,10 @@ class Admin
$pages = $this->grav['pages'];
$latest = array();
if(is_null($pages->routes())){
return;
}
foreach ($pages->routes() as $url => $path) {
$page = $pages->dispatch($url, true);