T201704070834

This commit is contained in:
Leander
2017-04-07 08:34:27 +02:00
parent 30e588d955
commit 65a9bd8c47
3 changed files with 5 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ if(preg_match(PATTERN, $name) != 1) {
$data = array('uid' => $uid, 'name' => $name);
}
}
$response = Database::create_response($data, $error);
print $response;