Skip to content
Snippets Groups Projects
Commit c8fa7dd2 authored by Georgi Mateev's avatar Georgi Mateev
Browse files

[BUGFIX] Properly load the replacement background image

parent 6f894e59
No related branches found
No related tags found
1 merge request!14Release 4.7.0
...@@ -1027,7 +1027,7 @@ class StaticFileGenerationService implements SingletonInterface { ...@@ -1027,7 +1027,7 @@ class StaticFileGenerationService implements SingletonInterface {
'rendered' => $rendered, 'rendered' => $rendered,
'mustache' => $service['replacement_html'], 'mustache' => $service['replacement_html'],
'replacement_html_overwritten' => $service['replacement_html_overwritten'], 'replacement_html_overwritten' => $service['replacement_html_overwritten'],
'background_image' => $service['replacement_background_image'], 'replacement_background_image' => $service['replacement_background_image'],
'regex' => $service['source_regex'], 'regex' => $service['source_regex'],
]; ];
} }
......
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