-
Bug
-
Resolution: Fixed
-
3.0.4
-
None
-
PHP Environment:
Database:
Line 187 in ucp_attachments.php
($sort_key == 'f' && $sort_dir == 'a')
|
Should be:
($sort_key == 'g' && $sort_dir == 'a')
|
Line 187 in ucp_attachments.php
($sort_key == 'f' && $sort_dir == 'a')
|
Should be:
($sort_key == 'g' && $sort_dir == 'a')
|