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

ISTWCMS-5880: trying to fix null elements so that titles show correctly

parent be6ac9fc
No related branches found
No related tags found
3 merge requests!284Feature/istwcms 5880 ebremner banners above,!274Draft: ISTWCMS-5551: fixing office hours display,!260Feature/istwcms 5668 a5kulkar rename references to publications
...@@ -180,7 +180,7 @@ class UwNodeData { ...@@ -180,7 +180,7 @@ class UwNodeData {
// If the element is empty, unset it. // If the element is empty, unset it.
if ($data == NULL && empty($data)) { if ($data == NULL && empty($data)) {
unset($node_data[$index]); unset($node_data[$index][$sub_index]);
} }
} }
} }
......
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