Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/RolesController.php')
-rw-r--r--src/controllers/RolesController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index 86fe3fc5..8b3809a1 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -117,7 +117,7 @@ class RolesController extends BaseController
'role' => [
'title' => $this->lang['strrole'],
'field' => Decorator::field('rolname'),
- 'url' => \containerInstance()->subFolder . \sprintf(
+ 'url' => \containerInstance()->getDestinationWithLastTab('role'),
'/redirect/role?action=properties&%s&',
$this->misc->href
),