Skip to content
Snippets Groups Projects
Commit 80a7c704 authored by Travis Tomka's avatar Travis Tomka
Browse files

Fix warning in str_replace().

parent 7e3234c0
No related branches found
No related tags found
No related merge requests found
Pipeline #273796 passed with warnings
......@@ -255,7 +255,7 @@ class ViewsFiltersSummary extends Result {
'#markup' => str_replace(
array_keys($replacements),
array_values($replacements),
$this->options['content']
(string) $this->options['content']
),
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment