Add comment
This commit is contained in:
parent
0ae24f6f9e
commit
36b3f02086
@ -454,7 +454,7 @@ if (empty($action) || $action == 'file_manager' || eregi('refresh',$action) || $
|
||||
{
|
||||
// We removed all expanded sections that are child of the closed section
|
||||
$oldexpandedsectionarray=$expandedsectionarray;
|
||||
$expandedsectionarray=array();
|
||||
$expandedsectionarray=array(); // Reset
|
||||
foreach($oldexpandedsectionarray as $sectioncursor)
|
||||
{
|
||||
// is_in_subtree(fulltree,sectionparent,sectionchild)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user