We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1f2a8e + b7f5ce1 commit 72186fbCopy full SHA for 72186fb
1 file changed
www/docs/api/index.php
@@ -63,7 +63,7 @@
63
api_log_call($key);
64
api_front_page('Unknown function "' . htmlspecialchars($q_method) .
65
'". Possible functions are: ' .
66
- implodeoin(', ', array_keys($methods)));
+ implode(', ', array_keys($methods)));
67
}
68
else {
69
if (get_http_var('docs')) {
0 commit comments