Skip to content

Check that $route_match is not NULL, such as during drush cron.

wsantell requested to merge issue/easy_breadcrumb-3463616:2.x into 2.x

When defining $is_internal, check that $route_match is not NULL, such as during drush cron. This prevents excessive InvalidArgumentException errors which can flood the dblog and make it useless.

Merge request reports