mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 08:39:57 +02:00
mislogic protection fixed - links can't be set as sublinks of their sublinks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2010 e107 Inc (e107.org)
|
||||
* Copyright (C) 2008-2012 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
@@ -3427,6 +3427,7 @@ class e_admin_ui extends e_admin_controller_ui
|
||||
$this->getTreeModel()->addMessageSuccess(sprintf(LAN_UI_BATCH_UPDATE_SUCCESS, $vttl, $cnt));
|
||||
}
|
||||
$this->getTreeModel()->setMessages();
|
||||
return $cnt;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user