Add comment

This commit is contained in:
Laurent Destailleur 2009-02-18 17:45:25 +00:00
parent 0ae24f6f9e
commit 36b3f02086

View File

@ -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)