We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5641a40 commit fb77ac9Copy full SHA for fb77ac9
agent/fw_cakephp.c
@@ -280,7 +280,7 @@ NR_PHP_WRAPPER(nr_cakephp_error_handler_wrapper) {
280
281
NR_PHP_WRAPPER_REQUIRE_FRAMEWORK(NR_FW_CAKEPHP);
282
283
- exception = nr_php_arg_get(1, NR_EXECUTE_ORIG_ARGS TSRMLS_CC);
+ exception = nr_php_arg_get(1, NR_EXECUTE_ORIG_ARGS);
284
if (!nr_php_is_zval_valid_object(exception)) {
285
nrl_verbosedebug(NRL_FRAMEWORK, "%s: exception is NULL or not an object",
286
__func__);
0 commit comments