Issue #2068349 by pcambra, swastik1608: Convert menu link SQL queries to the Entity Query API.
parent
c8cfae7fd7
commit
108789c919
|
@ -1783,8 +1783,8 @@ function _menu_set_expanded_menus() {
|
|||
->groupBy('menu_name')
|
||||
->execute();
|
||||
|
||||
// Flattern the resulting array.
|
||||
foreach($result as $k=>$v) {
|
||||
// Flatten the resulting array.
|
||||
foreach($result as $k => $v) {
|
||||
$names[$k] = $v['menu_name'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue