smaller optimizations

This commit is contained in:
2018-04-04 20:29:00 +02:00
parent b343c6f862
commit eb5b76c5c8
8 changed files with 24 additions and 22 deletions

View File

@@ -39,7 +39,7 @@ try {
$response["result"] = $mx_db->searchUserByEmail($input["search_term"]);
break;
default:
throw new Exception("unknown type for \"by\" param");
throw new Exception('unknown type for "by" param');
}
} catch (Exception $e) {