Commit 13af5ad2 authored by Nico Schallehn's avatar Nico Schallehn

test

parent bf6b04cc
......@@ -122,7 +122,7 @@ class Media {
foreach ($FilmeArr as $value) {
//echo " ".$this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':'').$value[1].PHP_EOL;
echo (strlen($value[0])>0?$value[0].'/':''), $value[1].PHP_EOL;
$array = $this->parseMovie((strlen($value[0])>0?$value[0].'/':''), $value[1]);
$array = $this->parseMovie((($action == "einlesen")?$this->PfadzumEinlesen:$this->PfadzumAusgeben).(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;
......@@ -387,7 +387,7 @@ class Media {
* FSK hinzufügen (siehe update)
*/
$PfadOrg = $Pfad;
$Pfad = $this->PfadzumEinlesen.'/'.$Pfad;
$Pfad = $Pfad;
if(is_file($Pfad.$Filename)){
$array = array();
$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