mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
php: fix crash in API function string_eval_path_home
This commit is contained in:
@@ -535,7 +535,7 @@ API_FUNC(string_eval_path_home)
|
||||
z_pointers,
|
||||
WEECHAT_SCRIPT_HASHTABLE_DEFAULT_SIZE,
|
||||
WEECHAT_HASHTABLE_STRING,
|
||||
WEECHAT_HASHTABLE_STRING);
|
||||
WEECHAT_HASHTABLE_POINTER);
|
||||
extra_vars = weechat_php_array_to_hashtable (
|
||||
z_extra_vars,
|
||||
WEECHAT_SCRIPT_HASHTABLE_DEFAULT_SIZE,
|
||||
|
||||
Reference in New Issue
Block a user