mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 20:21:51 +02:00
Fix for menu-pref saving.
This commit is contained in:
parent
4e3f9bcb00
commit
17bc8896c8
@ -628,8 +628,8 @@ class e_layout
|
||||
print_r($save);
|
||||
// return;
|
||||
|
||||
|
||||
e107::getConfig('core')->set('menu_layouts', $save)->save(); //TODO Save directly into multi-dimensional array. ie. $layout / $area / array.
|
||||
e107::getConfig('core')->setPref('menu_layouts/'.$layout, $save)->save();
|
||||
// e107::getConfig('core')->set('menu_layouts', $save)->save(); //TODO Save directly into multi-dimensional array. ie. $layout / $area / array.
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user