Skip to content
Snippets Groups Projects
Commit fcfd8743 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1861604 follow-up: Now with a semi-colon. :P

parent ebffa8ea
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1743,7 +1743,7 @@ function watchdog($type, $message, array $variables = NULL, $severity = WATCHDOG
// Call the logging hooks to log/process the message
foreach (module_implements('watchdog') as $module) {
$function = $module . '_watchdog'
$function = $module . '_watchdog';
$function($log_entry);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment