mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes #4940 - Flexpanel was not displaying moved core items correctly.
This commit is contained in:
@@ -342,6 +342,8 @@ class adminstyle_flexpanel extends adminstyle_infopanel
|
||||
*/
|
||||
function getMenuPosition($id)
|
||||
{
|
||||
$id = str_replace('_', '-', $id); // fix for core news etc.
|
||||
|
||||
$user_pref = $this->getUserPref();
|
||||
|
||||
if(!empty($user_pref['core-flexpanel-order'][$id]))
|
||||
|
Reference in New Issue
Block a user