1
0
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:
lonalore
2016-11-09 12:44:03 +01:00
parent 8c2c60fefd
commit e5b9d71943
4 changed files with 156 additions and 55 deletions

View File

@@ -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.")");