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 9110805 commit a4df00dCopy full SHA for a4df00d
agent/fw_cakephp.c
@@ -315,8 +315,9 @@ void nr_cakephp_enable_1(TSRMLS_D) {
315
* Enable CakePHP 2.0+
316
*/
317
void nr_cakephp_enable_2(TSRMLS_D) {
318
- nr_php_wrap_user_function(NR_PSTR("Controller::invokeAction"),
319
- nr_cakephp_name_the_wt_2 TSRMLS_CC);
+ nr_php_wrap_user_function(
+ NR_PSTR("Cake\\Controller\\Controller::invokeAction"),
320
+ nr_cakephp_name_the_wt_2 TSRMLS_CC);
321
#if ZEND_MODULE_API_NO >= ZEND_8_0_X_API_NO \
322
&& !defined OVERWRITE_ZEND_EXECUTE_DATA
323
nr_php_wrap_user_function_before_after_clean(
0 commit comments