mod_menu rev514
Status: Beta
Brought to you by:
legolas558
I found 2 bugs. in /modules/mod_menu.php
1. line 17 (; to :)
after:
[code]case 'separator': break;[/code]
2. line 82 (ASC to DESC)
after:
[code] $rs=$conn->Execute("SELECT * FROM #__menu WHERE
published=1 AND menutype='$menutype' AND parent=0
$access_sql ORDER BY ordering DESC");[/code]
Logged In: YES
user_id=799761
Patch applied, thanks for your report
Logged In: YES
user_id=799761
(2) was wrong. The correct ordering is ASC