Commit 2da0df62 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 6121518a
......@@ -50,7 +50,7 @@ class MediaDBViewerAPI{
return $ret;
}
public function API_GetDataListe($GET_arr){
if(!isset($GET_arr['Table'])) {
if(!isset($GET_arr['Table']) OR $GET_arr['Table'] == "") {
return $this->error(1004);
}
else{
......
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