Commit b7d6bdde authored by Nico Schallehn's avatar Nico Schallehn

test

parent 73842fa2
...@@ -137,7 +137,7 @@ class Media { ...@@ -137,7 +137,7 @@ class Media {
} }
private function parseMovie($Pfad, $Filename){ private function parseMovie($Pfad, $Filename){
$PfadOrg = $Pfad; $PfadOrg = $Pfad;
$Pfad = $this->PfadzumEinlesen.$Pfad; $Pfad = $this->PfadzumEinlesen.'/'.$Pfad;
if(is_file($Pfad.$Filename)){ if(is_file($Pfad.$Filename)){
$array = array(); $array = array();
$FilenameOrg = $Filename; $FilenameOrg = $Filename;
......
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