mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'develop-olympus' into develop-ascraeus
* develop-olympus: [ticket/12353] Fix displayed attachments in ACP
This commit is contained in:
commit
9bfada03f3
1 changed files with 1 additions and 1 deletions
|
@ -2072,7 +2072,7 @@ class acp_users
|
||||||
WHERE a.poster_id = ' . $user_id . "
|
WHERE a.poster_id = ' . $user_id . "
|
||||||
AND a.is_orphan = 0
|
AND a.is_orphan = 0
|
||||||
ORDER BY $order_by";
|
ORDER BY $order_by";
|
||||||
$result = $db->sql_query_limit($sql, $config['posts_per_page'], $start);
|
$result = $db->sql_query_limit($sql, $config['topics_per_page'], $start);
|
||||||
|
|
||||||
while ($row = $db->sql_fetchrow($result))
|
while ($row = $db->sql_fetchrow($result))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue