Skip to content

Commit 72186fb

Browse files
authored
Merge pull request #68 from openaustralia/fix/implde
fixes call to impode, removing typo
2 parents c1f2a8e + b7f5ce1 commit 72186fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/docs/api/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
api_log_call($key);
6464
api_front_page('Unknown function "' . htmlspecialchars($q_method) .
6565
'". Possible functions are: ' .
66-
implodeoin(', ', array_keys($methods)));
66+
implode(', ', array_keys($methods)));
6767
}
6868
else {
6969
if (get_http_var('docs')) {

0 commit comments

Comments
 (0)