Skip to content
Snippets Groups Projects
Commit bf8c4942 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-7001: remove code that was causing header in media flag by default, now handled by logic

parent ceed06c5
No related branches found
No related tags found
1 merge request!455ISTWCMS-7001: remove code that was causing header in media flag by default, now handled by logic
......@@ -309,12 +309,6 @@ class UWService implements UWServiceInterface {
else {
$media_flags['has_media'] = TRUE;
}
// If the type of media is image, the header needs to
// go inside the media, so set the flag.
if ($type_of_media == 'image') {
$media_flags['show_header_in_media'] = TRUE;
}
}
// Special case is contact, we need to look if there
......
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