diff --git a/system/Filters/Filters.php b/system/Filters/Filters.php index 9e924e57f51d..f9b56b7777df 100644 --- a/system/Filters/Filters.php +++ b/system/Filters/Filters.php @@ -265,10 +265,12 @@ public function runRequired(string $position = 'before') // Set the toolbar filter to the last position to be executed $afters = []; - $found = true; + $found = true; + foreach ($this->config->required['after'] as $alias) { if ($alias === 'toolbar') { $found = true; + continue; }