T1703221632

This commit is contained in:
Leander
2017-03-22 16:32:38 +01:00
parent 8642a5d590
commit a5fc659956
2 changed files with 2 additions and 2 deletions

View File

@@ -20,6 +20,6 @@
$data = array('uid'=>$id, 'name'=>$name);
}
$response = Database::create_response($data, $error);
echo $response;
print $response;
?>