Commit fdb5cb6e authored by Nico Schallehn's avatar Nico Schallehn

test

parent 535b3ebf
...@@ -722,7 +722,7 @@ class Media { ...@@ -722,7 +722,7 @@ class Media {
} }
else{ else{
//TODO Dateiendungen ignorieren einbauen!! z.b. jpg und nfo //TODO Dateiendungen ignorieren einbauen!! z.b. jpg und nfo
$Endung = trim(substr($Value,strripos( $FilenameOrg,".")+1)); $Endung = trim(substr($Value,strripos( $Value,".")+1));
if(!in_array($Endung, $this->config["FileEndungIgnor"]) ){ if(!in_array($Endung, $this->config["FileEndungIgnor"]) ){
$this->FolderArray[] = array($root, $Value); $this->FolderArray[] = array($root, $Value);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment