Commit eeed94f7 authored by Nico Schallehn's avatar Nico Schallehn

bugfix

parent 5e63dfe4
......@@ -127,6 +127,10 @@ class MediaDBAPI{
if($this->API_Rechte >= 10){ // Update rechte
$this->Update = true;
$this->DebugOutput = true;
$this->SpaltenFil = $this->SpaltenFilme; // Alle Spalten
$this->SpaltenEpi = $this->SpaltenEpisoden;
array_push($this->StatiViews, "watchStatistic", "belegterSpeicher", "freierSpeicher", "laufzeitGesehen", "prozentualGesehen", "prozentualDefekt",
"defekteFilme", "defekteEpisoden", "DBstatistik", "GenreFilmanzahl");
}
......
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