mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 04:03:53 +00:00
change case now fileDelete instead of FileDelete
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3855 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6e4ef8920d
commit
9b3b7ce0ab
@ -2260,7 +2260,7 @@ static JSFunctionSpec fs_functions[] = {
|
||||
{"bridge", js_bridge, 2},
|
||||
{"apiExecute", js_api_execute, 2},
|
||||
{"use", js_api_use, 1},
|
||||
{"FileDelete", js_file_unlink, 1},
|
||||
{"fileDelete", js_file_unlink, 1},
|
||||
#ifdef HAVE_CURL
|
||||
{"fetchURLHash", js_fetchurl_hash, 1},
|
||||
{"fetchURLFile", js_fetchurl_file, 1},
|
||||
|
Loading…
x
Reference in New Issue
Block a user