1
0
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:
secretr
2012-01-13 11:47:39 +00:00
parent 9863be3a7a
commit 669324f66d
2 changed files with 10 additions and 5 deletions

View File

@@ -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;
}
/**