Commit df33fb47 authored by Nico Schallehn's avatar Nico Schallehn

test

parent f79c5499
......@@ -131,8 +131,8 @@ class MediaDBAPI{
}
}*/
$this->SpaltenFil = array_intersect($this->SpaltenFilme,$this->SpaltenFil);
$this->SpaltenEpi = array_intersect($this->SpaltenEpisoden,$this->SpaltenEpi);
$this->SpaltenFil = array_intersect_key($this->SpaltenFilme,$this->SpaltenFil);
$this->SpaltenEpi = array_intersect_key($this->SpaltenEpisoden,$this->SpaltenEpi);
}
public function API_GetKeyRights($GET_arr, $POST_arr =""){
$array["SpaltenFilme"] = $this->SpaltenFil;
......
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