fixed - fix [ 1276625 ] viewRSS not working (Andrew Khmelev)
- fix [ 1276695 ] Addition to 'viewRSS not working' (6.7.2) (Andrew Khmelev) - Fixed a layout problem with the user search form. - fix [ 1250418 ] unable to edit posts more than once
This commit is contained in:
parent
04a76e9910
commit
97161c798e
6 changed files with 32 additions and 37 deletions
|
|
@ -85,7 +85,7 @@ sub generateAdditionalHeadTags {
|
|||
$tags .= ' />'."\n";
|
||||
}
|
||||
# append extraHeadTags
|
||||
$tags .= $session{asset}->getExtraHeadTags."\n";
|
||||
$tags .= $session{asset}->getExtraHeadTags."\n" if ($session{asset});
|
||||
|
||||
delete $session{page}{head};
|
||||
return $tags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue