summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/search.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/search.php b/inc/search.php
index 2462cb240..ef344840e 100644
--- a/inc/search.php
+++ b/inc/search.php
@@ -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();