Skip to content

Commit

Permalink
The "modify" button of permissions for post-based membergroups was wr…
Browse files Browse the repository at this point in the history
…ong - fixes #1659

Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Jun 23, 2014
1 parent 5e08ada commit 2a55b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/admin/ManagePermissions.controller.php
Expand Up @@ -405,7 +405,7 @@ public function action_list()
),
'data' => array(
'sprintf' => array(
'format' => '<a href="' . $scripturl . '?action=admin;area=membergroups;sa=edit;group=%1$d' . (isset($_REQUEST['pid']) ? ';pid=' . $_REQUEST['pid'] : '') . '">' . $txt['membergroups_modify'] . '</a>',
'format' => '<a href="' . $scripturl . '?action=admin;area=permissions;sa=modify;group=%1$d' . (isset($_REQUEST['pid']) ? ';pid=' . $_REQUEST['pid'] : '') . '">' . $txt['membergroups_modify'] . '</a>',
'params' => array(
'id_group' => false,
),
Expand Down

0 comments on commit 2a55b3c

Please sign in to comment.