Fix #843 use rawRoute for parent too when saving

This commit is contained in:
Flavio Copes
2016-10-31 19:23:33 +01:00
parent 909731270b
commit 9697b07aa6

View File

@@ -2029,7 +2029,7 @@ class AdminController
$admin_route = $this->admin->base;
//Handle system.home.hide_in_urls
$route = $obj->route();
$route = $obj->rawRoute();
$hide_home_route = $config->get('system.home.hide_in_urls', false);
if ($hide_home_route) {
$home_route = $config->get('system.home.alias');