Skip to content
Snippets Groups Projects
Commit 5dc1766c authored by Andreas Gohr's avatar Andreas Gohr
Browse files

removed leftover return path

darcs-hash:20090302175515-7ad00-2be9b0e194acdc08606312bd9fd2a790565a0560.gz
parent 90b4c62d
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,6 @@ function search_media(&$data,$base,$file,$type,$lvl,$opts){
$parts = explode('/',ltrim($file,'/'));
if(count($parts) == $opts['depth']) return false; // depth reached
return true;
return ($opts['recursive']);
}
$info = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment