Fix for page not redirecting when changing folder name - #67 (requires grav update)

This commit is contained in:
Andy Miller
2015-08-14 15:00:48 -06:00
parent a45e2ce28d
commit 274c4ca410
2 changed files with 2 additions and 3 deletions

View File

@@ -158,7 +158,6 @@ class Admin
$this->setMessage($l->translate('LOGIN_LOGGED_IN'), 'info');
// $redirect_route =$this->getLoginRedirect() ?: $this->uri->route();
$redirect_route = $this->uri->route();
$grav->redirect($redirect_route);
}