Commit fe958fc9 authored by Nico Schallehn's avatar Nico Schallehn

RS fehler behoben

parent 717db7e7
...@@ -117,8 +117,8 @@ class MediaDBAPI{ ...@@ -117,8 +117,8 @@ class MediaDBAPI{
public function API_GetKeyRights($GET_arr, $POST_arr =""){ public function API_GetKeyRights($GET_arr, $POST_arr =""){
$array["SpaltenFilme"] = $this->SpaltenFil; $array["SpaltenFilme"] = $this->SpaltenFil;
$array["SpaltenEpisoden"] = $this->SpaltenEpi; $array["SpaltenEpisoden"] = $this->SpaltenEpi;
$array["FliterEinfach"] = $this->FilterEinf; $array["FilterEinfach"] = $this->FilterEinf;
$array["FliterKomplex"] = $this->FilterKomp; $array["FilterKomplex"] = $this->FilterKomp;
$array["StatistikViews"] = $this->StatiViews; $array["StatistikViews"] = $this->StatiViews;
$array["Update"] = $this->Update; $array["Update"] = $this->Update;
return $array; return $array;
......
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