mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 03:26:04 +02:00
Fix for page not redirecting when changing folder name - #67 (requires grav update)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user