- fix: Styles were printing double head block headers.
This commit is contained in:
parent
cdc6671929
commit
600118b40a
2 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
- fix: WebGUI::Mail::Get now handles multipart/alternative messages
|
- fix: WebGUI::Mail::Get now handles multipart/alternative messages
|
||||||
appropriately. This fixes the problem with CS posts sent via
|
appropriately. This fixes the problem with CS posts sent via
|
||||||
e-mail showing two versions of the same post.
|
e-mail showing two versions of the same post.
|
||||||
|
- fix: Styles were printing double head block headers.
|
||||||
|
|
||||||
7.3.3
|
7.3.3
|
||||||
- fix: Wiki Purge throws fatal
|
- fix: Wiki Purge throws fatal
|
||||||
|
|
|
||||||
|
|
@ -195,7 +195,6 @@ if ($self->session->user->isInGroup(2) || $self->session->setting->get("preventP
|
||||||
my $style = WebGUI::Asset::Template->new($self->session,$templateId);
|
my $style = WebGUI::Asset::Template->new($self->session,$templateId);
|
||||||
my $output;
|
my $output;
|
||||||
if (defined $style) {
|
if (defined $style) {
|
||||||
$var{'head.tags'} .= $style->get("headBlock");
|
|
||||||
my $meta = {};
|
my $meta = {};
|
||||||
if ($self->session->setting->get("metaDataEnabled")) {
|
if ($self->session->setting->get("metaDataEnabled")) {
|
||||||
$meta = $style->getMetaDataFields();
|
$meta = $style->getMetaDataFields();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue