Skip to content

Commit a4df00d

Browse files
committed
chore(agent): modify path
1 parent 9110805 commit a4df00d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

agent/fw_cakephp.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,9 @@ void nr_cakephp_enable_1(TSRMLS_D) {
315315
* Enable CakePHP 2.0+
316316
*/
317317
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);
318+
nr_php_wrap_user_function(
319+
NR_PSTR("Cake\\Controller\\Controller::invokeAction"),
320+
nr_cakephp_name_the_wt_2 TSRMLS_CC);
320321
#if ZEND_MODULE_API_NO >= ZEND_8_0_X_API_NO \
321322
&& !defined OVERWRITE_ZEND_EXECUTE_DATA
322323
nr_php_wrap_user_function_before_after_clean(

0 commit comments

Comments
 (0)