diff options
Diffstat (limited to 'src/sp_var_value.c')
| -rw-r--r-- | src/sp_var_value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_var_value.c b/src/sp_var_value.c index 126ba0e..b9ac357 100644 --- a/src/sp_var_value.c +++ b/src/sp_var_value.c | |||
| @@ -70,7 +70,7 @@ static zval *get_var_value(zend_execute_data *ed, const char *var_name, | |||
| 70 | if (is_param) { | 70 | if (is_param) { |
| 71 | zval *zvalue = get_param_var(ed, var_name); | 71 | zval *zvalue = get_param_var(ed, var_name); |
| 72 | if (!zvalue) { | 72 | if (!zvalue) { |
| 73 | const char *complete_function_path = get_complete_function_path(ed); | 73 | char *complete_function_path = get_complete_function_path(ed); |
| 74 | sp_log_warn("config", | 74 | sp_log_warn("config", |
| 75 | "It seems that you are filtering on a parameter " | 75 | "It seems that you are filtering on a parameter " |
| 76 | "'%s' of the function '%s', but the parameter does " | 76 | "'%s' of the function '%s', but the parameter does " |
