mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
Correction of php warnings
git-svn-id: http://piwigo.org/svn/branches/release-1_3@280 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-3
@@ -253,9 +253,8 @@ function get_displayed_dirs( $dir, $indent )
|
||||
}
|
||||
$vtp->closeSession( $sub, 'dir' );
|
||||
// recursive call
|
||||
$dirs.= get_displayed_dirs( $dir.'/'.$sub_dir,
|
||||
$indent+30 );
|
||||
|
||||
get_displayed_dirs( $dir.'/'.$sub_dir,
|
||||
$indent+30 );
|
||||
}
|
||||
}
|
||||
//----------------------------------------------------- template initialization
|
||||
|
||||
Reference in New Issue
Block a user