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 75b5329 commit 593513bCopy full SHA for 593513b
agent/fw_drupal8.c
@@ -631,11 +631,6 @@ static bool nr_drupal_hook_attribute_instrument(zval* module_handler) {
631
hook_implementation_map = nr_php_get_zval_object_property(
632
module_handler, "hookImplementationsMap");
633
634
- if (NULL == hook_implementation_map) {
635
- nrl_warning(NRL_FRAMEWORK, "NULL hookImplementationsMap object property");
636
- return false;
637
- }
638
-
639
if (!nr_php_is_zval_valid_array(hook_implementation_map)) {
640
nrl_warning(NRL_FRAMEWORK,
641
"hookImplementationsMap property not a valid array");
0 commit comments