* Add sort for module tree. Fix bug#41368.
This commit is contained in:
@@ -261,7 +261,6 @@ class tree extends control
|
||||
{
|
||||
$this->tree->updateOrder($_POST['orders']);
|
||||
if($viewType == 'story' and !empty($rootID) and !empty($moduleID)) $this->loadModel('action')->create('module', $rootID, 'moved', '', $moduleID);
|
||||
die(js::reload('parent'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user