diff --git a/web/modules/custom/hoeringsportal_audit_log/src/Routing/RoutingChangeListener.php b/web/modules/custom/hoeringsportal_audit_log/src/Routing/RoutingChangeListener.php index 9e70a21a..d7ba6003 100644 --- a/web/modules/custom/hoeringsportal_audit_log/src/Routing/RoutingChangeListener.php +++ b/web/modules/custom/hoeringsportal_audit_log/src/Routing/RoutingChangeListener.php @@ -118,7 +118,6 @@ public function auditOnRouteChange(ControllerEvent $event) { if ($this->auditOnNodePage($routeName, $page, $route, $node)) { // If the auditOnNodePage audits, then there is no need to do anymore. return; - } } }