Skip to content

Commit 7adc8d6

Browse files
committed
chore(agent): modify wrapper name
1 parent b9f327f commit 7adc8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/fw_cakephp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ void nr_cakephp_enable_1(TSRMLS_D) {
312312
void nr_cakephp_enable(TSRMLS_D) {
313313
nr_php_wrap_user_function(
314314
NR_PSTR("Cake\\Controller\\Controller::invokeAction"),
315-
nr_cakephp_name_the_wt_2 TSRMLS_CC);
315+
nr_cakephp_name_the_wt_4 TSRMLS_CC);
316316
nr_txn_suggest_package_supportability_metric(NRPRG(txn), PHP_PACKAGE_NAME,
317317
PHP_PACKAGE_VERSION_UNKNOWN);
318318
#if ZEND_MODULE_API_NO >= ZEND_8_0_X_API_NO \

0 commit comments

Comments
 (0)