mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 03:16:11 +01:00
Fix double slash in path
This commit is contained in:
@@ -821,9 +821,9 @@ class AdminController
|
||||
}
|
||||
}
|
||||
|
||||
// Always redirect if a page was change, to refresh it
|
||||
// Always redirect if a page route was changed, to refresh it
|
||||
if ($obj instanceof Page\Page) {
|
||||
$this->setRedirect($this->view . '/' . $obj->route());
|
||||
$this->setRedirect($this->view . $obj->route());
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user