Fix, aggiunto ordinamento sottomenu
This commit is contained in:
parent
3f7e4fc418
commit
74aa3cf08c
|
@ -316,7 +316,7 @@ class Modules
|
|||
$query .= ' LEFT JOIN `zz_modules` AS `t'.$i.'` ON `t'.$i.'`.`parent` = `t'.($i - 1).'`.`id`';
|
||||
}
|
||||
|
||||
$query .= ' WHERE `t0`.`parent` IS NULL ORDER BY `t0`.`order` ASC';
|
||||
$query .= ' WHERE `t0`.`parent` IS NULL ORDER BY `t0`.`order` ASC, `t1`.`order` ASC, `t2`.`order` ASC';
|
||||
|
||||
$modules = $database->fetchArray($query);
|
||||
|
||||
|
|
Loading…
Reference in New Issue