Commit eb261139 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 0a05ee9e
......@@ -125,7 +125,7 @@ class Media {
//$ParseFile = ">>>>>>".(($action == "einlesen")?$this->PfadzumEinlesen:$this->PfadzumAusgeben)."Filme/".(strlen($value[0])>0?$value[0].'/':'').$value[1];
//echo $ParseFile;
$array = $this->parseMovie((($action == "einlesen")?$this->PfadzumEinlesen:$this->PfadzumAusgeben)."Filme/".(strlen($value[0])>0?$value[0].'/':''), $value[1]);
$array = $this->parseMovie((($action == "einlesen")?$this->PfadzumEinlesen:$this->PfadzumAusgeben."Filme/").(strlen($value[0])>0?$value[0].'/':''), $value[1]);
if($array == false){
echo $this->Console->getColoredString(" ","black", "red").PHP_EOL;
$fehler = $this->Console->getColoredString("Fehler!","black", "red")." ".$this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':'').$value[1].PHP_EOL;
......
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