Fix: php error
This commit is contained in:
parent
effa56d5c9
commit
091d6987d4
@ -428,7 +428,9 @@ if (empty($action) || $action == 'file_manager' || eregi('refresh',$action) || $
|
||||
//print "fullpathselected=".$fullpathselected."<br>";
|
||||
|
||||
// Update expandedsectionarray in session
|
||||
$expandedsectionarray=split(',',$_SESSION['expandedsectionarray']);
|
||||
$expandedsectionarray=array();
|
||||
if (isset($_SESSION['expandedsectionarray'])) $expandedsectionarray=split(',',$_SESSION['expandedsectionarray']);
|
||||
|
||||
if ($section && $_GET['sectionexpand'] == 'true')
|
||||
{
|
||||
// We add all sections that are parent of opened section
|
||||
|
||||
Loading…
Reference in New Issue
Block a user