diff options
Diffstat (limited to 'phpBB/phpbb/module')
| -rw-r--r-- | phpBB/phpbb/module/module_manager.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/module/module_manager.php b/phpBB/phpbb/module/module_manager.php index 7ae16cdb61..67bac5b33e 100644 --- a/phpBB/phpbb/module/module_manager.php +++ b/phpBB/phpbb/module/module_manager.php @@ -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))  | 
