Update admin_attach_cp.php

This commit is contained in:
Roman Kelesidis 2023-10-29 10:19:47 +07:00
parent 666a5733e9
commit 60d0f2d4e6

View File

@ -102,7 +102,7 @@ else if ($view == 'attachments')
{
switch($mode)
{
case 'filename':
case 'real_filename':
$order_by = 'ORDER BY a.real_filename ' . $sort_order . ' LIMIT ' . $start . ', ' . $bb_cfg['topics_per_page'];
break;
case 'comment':