renamed directory_lookup => directory_search

This commit is contained in:
2018-03-08 14:33:53 +01:00
parent d2b5cfbb5e
commit 8c854f716d

View File

@@ -29,7 +29,7 @@ try {
}
} catch (Exception $e) {
error_log("ídentity_bulk failed with error: " . $e->getMessage());
error_log("failed with error: " . $e->getMessage());
$response["error"] = $e->getMessage();
}
print (json_encode($response, JSON_PRETTY_PRINT) . "\n");