Commit 81512078 authored by Nico Schallehn's avatar Nico Schallehn

bugfix

parent f3be215f
...@@ -85,7 +85,7 @@ class Media { ...@@ -85,7 +85,7 @@ class Media {
} }
public function filme($action = "einlesen"){ public function filme($action = "einlesen"){
$start = time(); $start = time();
if(in_array($action, array( "einlesen","update", "check"))){ if(in_array($action, array( "einlesen","check", "checkmd5"))){
//var_dump($this->config); //var_dump($this->config);
echo $this->Console->getColoredString("Filme > ".$action, "black", "light_gray") .PHP_EOL; echo $this->Console->getColoredString("Filme > ".$action, "black", "light_gray") .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