diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 9c261d5e0..80fb8bc2a 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -4564,7 +4564,7 @@ class e_parse { $path = $tp->replaceConstants($file, 'abs'); } - elseif (!empty($parm['legacy'])) // Search legacy path for image in a specific folder. No path, only file name provided. + elseif(!empty($parm['legacy']) && !empty($file)) // Search legacy path for image in a specific folder. No path, only file name provided. { $legacyPath = rtrim($parm['legacy'], '/') . '/' . $file; diff --git a/e107_plugins/news/templates/news_grid_template.php b/e107_plugins/news/templates/news_grid_template.php index 1258eb2e1..f39ac00ed 100644 --- a/e107_plugins/news/templates/news_grid_template.php +++ b/e107_plugins/news/templates/news_grid_template.php @@ -9,7 +9,7 @@ */ - $NEWS_GRID_TEMPLATE['col-md-6']['start'] = '