diff options
-rw-r--r-- | ext/icap/php_icap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index c6994a2622..8c4e8371b3 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -82,7 +82,7 @@ function_entry icap_functions[] = { PHP_FE(icap_popen, NULL) PHP_FE(icap_reopen, NULL) PHP_FE(icap_fetch_event, NULL) - PHP_FE(icap_list_event, NULL) + PHP_FE(icap_list_events, NULL) PHP_FE(icap_list_alarms, NULL) PHP_FE(icap_create_calendar, NULL) PHP_FE(icap_rename_calendar, NULL) |