Commit 31fe6e41 authored by Nico Schallehn's avatar Nico Schallehn

index eins zu hoch gewesen

parent cec7f4b8
......@@ -127,7 +127,7 @@ class Media {
$Counter=0;
//var_dump($FilmeArr);
foreach ($FilmeArr as $value) {
$array = $this->parseMovie($value[3].(strlen($value[0])>0?$value[0].'/':''), $value[1],$action);
$array = $this->parseMovie($value[2].(strlen($value[0])>0?$value[0].'/':''), $value[1],$action);
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