aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_attachments.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-04-30 08:30:01 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-04-30 08:30:01 +0000
commit3275fd6e3a3a87ce4a57bd6e0be70096106245cd (patch)
tree9d4d3cddc7fd9173244c2d7e7c585650c534d29c /phpBB/includes/ucp/ucp_attachments.php
parent4ea3402f9363c9259881bc8ea6ce7fc6cb212657 (diff)
downloadforums-3275fd6e3a3a87ce4a57bd6e0be70096106245cd.tar
forums-3275fd6e3a3a87ce4a57bd6e0be70096106245cd.tar.gz
forums-3275fd6e3a3a87ce4a57bd6e0be70096106245cd.tar.bz2
forums-3275fd6e3a3a87ce4a57bd6e0be70096106245cd.tar.xz
forums-3275fd6e3a3a87ce4a57bd6e0be70096106245cd.zip
#44655
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9500 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_attachments.php')
-rw-r--r--phpBB/includes/ucp/ucp_attachments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_attachments.php b/phpBB/includes/ucp/ucp_attachments.php
index 5685702de2..b011b4f75d 100644
--- a/phpBB/includes/ucp/ucp_attachments.php
+++ b/phpBB/includes/ucp/ucp_attachments.php
@@ -184,7 +184,7 @@ class ucp_attachments
'U_SORT_FILESIZE' => $this->u_action . "&amp;sk=d&amp;sd=" . (($sort_key == 'd' && $sort_dir == 'a') ? 'd' : 'a'),
'U_SORT_DOWNLOADS' => $this->u_action . "&amp;sk=e&amp;sd=" . (($sort_key == 'e' && $sort_dir == 'a') ? 'd' : 'a'),
'U_SORT_POST_TIME' => $this->u_action . "&amp;sk=f&amp;sd=" . (($sort_key == 'f' && $sort_dir == 'a') ? 'd' : 'a'),
- 'U_SORT_TOPIC_TITLE' => $this->u_action . "&amp;sk=g&amp;sd=" . (($sort_key == 'f' && $sort_dir == 'a') ? 'd' : 'a'),
+ 'U_SORT_TOPIC_TITLE' => $this->u_action . "&amp;sk=g&amp;sd=" . (($sort_key == 'g' && $sort_dir == 'a') ? 'd' : 'a'),
'S_DISPLAY_MARK_ALL' => ($num_attachments) ? true : false,
'S_DISPLAY_PAGINATION' => ($num_attachments) ? true : false,