diff options
author | MateBartus <mate.bartus@gmail.com> | 2015-02-24 21:23:58 +0100 |
---|---|---|
committer | MateBartus <mate.bartus@gmail.com> | 2015-02-24 21:23:58 +0100 |
commit | 19fe32d5b2bad52cac9fd86de8f0120405b69119 (patch) | |
tree | 898700d29f729aaa08940098121581a6045ce650 /phpBB/includes/acp/acp_inactive.php | |
parent | b8dfbfe390590c16cc6a9a829ce17d55482ae230 (diff) | |
download | forums-19fe32d5b2bad52cac9fd86de8f0120405b69119.tar forums-19fe32d5b2bad52cac9fd86de8f0120405b69119.tar.gz forums-19fe32d5b2bad52cac9fd86de8f0120405b69119.tar.bz2 forums-19fe32d5b2bad52cac9fd86de8f0120405b69119.tar.xz forums-19fe32d5b2bad52cac9fd86de8f0120405b69119.zip |
[ticket/13636] Deleting inactive user in acp_users gives unexpected link
Change "referer" to "redirect" in variable names and GET params as well.
PHPBB3-13636
Diffstat (limited to 'phpBB/includes/acp/acp_inactive.php')
-rw-r--r-- | phpBB/includes/acp/acp_inactive.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_inactive.php b/phpBB/includes/acp/acp_inactive.php index 473ef01b6a..4a70401026 100644 --- a/phpBB/includes/acp/acp_inactive.php +++ b/phpBB/includes/acp/acp_inactive.php @@ -271,7 +271,7 @@ class acp_inactive 'REMINDED_EXPLAIN' => $user->lang('USER_LAST_REMINDED', (int) $row['user_reminded'], $user->format_date($row['user_reminded_time'])), - 'USERNAME_FULL' => get_username_string('full', $row['user_id'], $row['username'], $row['user_colour'], false, append_sid("{$phpbb_admin_path}index.$phpEx", 'i=users&mode=overview&referer=acp_inactive')), + 'USERNAME_FULL' => get_username_string('full', $row['user_id'], $row['username'], $row['user_colour'], false, append_sid("{$phpbb_admin_path}index.$phpEx", 'i=users&mode=overview&redirect=acp_inactive')), 'USERNAME' => get_username_string('username', $row['user_id'], $row['username'], $row['user_colour']), 'USER_COLOR' => get_username_string('colour', $row['user_id'], $row['username'], $row['user_colour']), |