mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 09:10:23 +02:00
Navigation template work and bootstrap front-end navigation work. v2 templates moved to e107_core/templates
This commit is contained in:
@@ -156,7 +156,8 @@ class links_admin_ui extends e_admin_ui
|
||||
$ui = $this->getUI();
|
||||
$found = false;
|
||||
foreach ($selected as $k => $id)
|
||||
{var_dump($ui->_has_parent($value, $id, $this->getLinkArray()));
|
||||
{
|
||||
// var_dump($ui->_has_parent($value, $id, $this->getLinkArray()));
|
||||
if($ui->_has_parent($value, $id, $this->getLinkArray()))
|
||||
{
|
||||
unset($selected[$k]);
|
||||
|
Reference in New Issue
Block a user