diff options
Diffstat (limited to 'src/sp_execute.c')
| -rw-r--r-- | src/sp_execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c index 96d9d85..1c1672a 100644 --- a/src/sp_execute.c +++ b/src/sp_execute.c | |||
| @@ -150,7 +150,7 @@ static void sp_execute_ex(zend_execute_data *execute_data) { | |||
| 150 | } | 150 | } |
| 151 | 151 | ||
| 152 | if (SNUFFLEUPAGUS_G(config).hook_execute) { | 152 | if (SNUFFLEUPAGUS_G(config).hook_execute) { |
| 153 | char* function_name = get_complete_function_path(execute_data); | 153 | char *function_name = get_complete_function_path(execute_data); |
| 154 | 154 | ||
| 155 | if (!function_name) { | 155 | if (!function_name) { |
| 156 | orig_execute_ex(execute_data); | 156 | orig_execute_ex(execute_data); |
