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 b9f327f commit 7adc8d6Copy full SHA for 7adc8d6
agent/fw_cakephp.c
@@ -312,7 +312,7 @@ void nr_cakephp_enable_1(TSRMLS_D) {
312
void nr_cakephp_enable(TSRMLS_D) {
313
nr_php_wrap_user_function(
314
NR_PSTR("Cake\\Controller\\Controller::invokeAction"),
315
- nr_cakephp_name_the_wt_2 TSRMLS_CC);
+ nr_cakephp_name_the_wt_4 TSRMLS_CC);
316
nr_txn_suggest_package_supportability_metric(NRPRG(txn), PHP_PACKAGE_NAME,
317
PHP_PACKAGE_VERSION_UNKNOWN);
318
#if ZEND_MODULE_API_NO >= ZEND_8_0_X_API_NO \
0 commit comments