mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Drag-and-drop panel moving/sorting now works fine.
This commit is contained in:
@@ -542,8 +542,12 @@ class e_menu
|
||||
//{
|
||||
// $mpath .= '/';
|
||||
//}
|
||||
|
||||
|
||||
$mpath = trim($mpath, '/').'/'; // faster...
|
||||
|
||||
$id = e107::getForm()->name2id($mpath . $mname);
|
||||
$ns->setUniqueId($id);
|
||||
|
||||
$e107_debug ? include(e_PLUGIN.$mpath.$mname.'.php') : @include(e_PLUGIN.$mpath.$mname.'.php');
|
||||
}
|
||||
e107::getDB()->db_Mark_Time("(After ".$mname.")");
|
||||
|
Reference in New Issue
Block a user