Fix for #15 - requires grav update though.

This commit is contained in:
Andy Miller
2015-08-06 11:03:14 -06:00
parent 1945099227
commit 0511409567

View File

@@ -841,6 +841,7 @@ class AdminController
// Always redirect if a page route was changed, to refresh it
if ($obj instanceof Page\Page) {
$obj->unsetRoute();
$this->setRedirect($this->view . $obj->route());
}