Commit c573eaf5 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 2204d20f
......@@ -114,7 +114,7 @@ class Media {
echo "Starte verarbeitung der Filme:".PHP_EOL.PHP_EOL;
$FilmeArr = array();
$this->FolderArray = array();
$FilmeArr = $this->dirtoArray((($action == "einlesen")?$this->PfadzumEinlesen:$this->PfadzumAusgeben));
$FilmeArr = $this->dirtoArray((($action == "einlesen")?$this->PfadzumEinlesen:$this->PfadzumAusgeben."Filme/"));
$fehlerArr = array("");
$Counter=0;
//var_dump($FilmeArr);
......
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