Skip to content
Snippets Groups Projects
Commit a2f2b877 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#521370 by Damien Tournoud, marcingy, andypost: watchdog hook invocations...

#521370 by Damien Tournoud, marcingy, andypost: watchdog hook invocations should be ordered by weight, not name
parent 9eaba2c9
No related branches found
No related tags found
No related merge requests found
......@@ -943,7 +943,7 @@ function watchdog($type, $message, $variables = array(), $severity = WATCHDOG_NO
);
// Call the logging hooks to log/process the message
foreach (module_implements('watchdog', TRUE) as $module) {
foreach (module_implements('watchdog') as $module) {
module_invoke($module, 'watchdog', $log_message);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment