Merge remote-tracking branch 'origin/pr-252'

This commit is contained in:
Benjamin Sonntag 2018-06-21 17:41:55 +02:00
commit 0c6e56d146
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
require_once("../class/config.php"); require_once("../class/config.php");
$fields = array ( $fields = array (
"sub_id" => array ("post", "integer", ""), "sub_id" => array ("get", "integer", ""),
"status" => array ("post", "string", ""), "status" => array ("get", "string", ""),
); );
getFields($fields); getFields($fields);