mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 00:21:02 +01:00
Merge pull request #4692 from rubencm/ticket/15084
[ticket/15084] Fix wrong order of breadcrumbs in module management * github.com:phpbb/phpbb: [ticket/15084] fix wrong order of breadcrumbs on module management
This commit is contained in:
commit
d4f0c79b56
@ -208,7 +208,7 @@ class module_manager
|
||||
WHERE m1.module_class = '" . $this->db->sql_escape($module_class) . "'
|
||||
AND m2.module_class = '" . $this->db->sql_escape($module_class) . "'
|
||||
AND m1.module_id = $module_id
|
||||
ORDER BY m2.left_id DESC";
|
||||
ORDER BY m2.left_id";
|
||||
$result = $this->db->sql_query($sql);
|
||||
|
||||
while ($row = $this->db->sql_fetchrow($result))
|
||||
|
Loading…
x
Reference in New Issue
Block a user