Commit 76e0a82d authored by Nico Schallehn's avatar Nico Schallehn

test

parent ac690ab7
...@@ -224,7 +224,7 @@ class Media { ...@@ -224,7 +224,7 @@ class Media {
} }
foreach ( $Arr AS $Key => $Value){ foreach ( $Arr AS $Key => $Value){
if(is_dir ($dir.'/'.$Value) AND !in_array($Value, $this->config["FolderIgnor"])){ if(is_dir ($dir.'/'.$Value) AND !in_array($Value, $this->config["FolderIgnor"])){
$SubDir = dirtoArray($dir.'/'.$Value, $root.'/'.$Value); $SubDir = $this->dirtoArray($dir.'/'.$Value, $root.'/'.$Value);
} }
else{ else{
$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