diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-10-30 16:35:13 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-10-30 16:35:13 +0000 |
commit | 4fa09c65758599a1b06e465e0a8c18bfcaed2e23 (patch) | |
tree | f6f25f9e97d38f42e8f7b29f98381a484fdb23b6 /phpBB/includes | |
parent | 48338c1f4ab5ba2d1fffafc762e238a62ce76457 (diff) | |
download | forums-4fa09c65758599a1b06e465e0a8c18bfcaed2e23.tar forums-4fa09c65758599a1b06e465e0a8c18bfcaed2e23.tar.gz forums-4fa09c65758599a1b06e465e0a8c18bfcaed2e23.tar.bz2 forums-4fa09c65758599a1b06e465e0a8c18bfcaed2e23.tar.xz forums-4fa09c65758599a1b06e465e0a8c18bfcaed2e23.zip |
#14985
git-svn-id: file:///svn/phpbb/trunk@8218 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rwxr-xr-x | phpBB/includes/acp/acp_inactive.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_inactive.php b/phpBB/includes/acp/acp_inactive.php index 73872c9b72..9791d525de 100755 --- a/phpBB/includes/acp/acp_inactive.php +++ b/phpBB/includes/acp/acp_inactive.php @@ -246,6 +246,8 @@ class acp_inactive 'S_SORT_DIR' => $s_sort_dir, 'S_ON_PAGE' => on_page($inactive_count, $config['topics_per_page'], $start), 'PAGINATION' => generate_pagination($this->u_action . "&$u_sort_param", $inactive_count, $config['topics_per_page'], $start, true), + + 'U_ACTION' => $this->u_action, )); $this->tpl_name = 'acp_inactive'; |