Commit 12577726 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7654dfc9
...@@ -219,6 +219,7 @@ class Media { ...@@ -219,6 +219,7 @@ class Media {
echo " ".$key." => '".$value."'".PHP_EOL; echo " ".$key." => '".$value."'".PHP_EOL;
} }
} }
return "Keine Datei!".PHP_EOL;
} }
private function getRunTime($laufzeit){ private function getRunTime($laufzeit){
$string = explode(" ", $laufzeit); $string = explode(" ", $laufzeit);
......
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