Index: branches/5.2.x/core/units/helpers/category_helper.php =================================================================== diff -u -N -r15274 -r15318 --- branches/5.2.x/core/units/helpers/category_helper.php (.../category_helper.php) (revision 15274) +++ branches/5.2.x/core/units/helpers/category_helper.php (.../category_helper.php) (revision 15318) @@ -1,6 +1,6 @@ Conn->GetCol($sql, 'CategoryId'); $base_category = $this->Application->getBaseCategory(); - $templates[$base_category] .= '/Index'; // "Content" category will act as "Home Page" + + if ( isset($templates[$base_category]) ) { + // "Content" category will act as "Home Page" + $templates[$base_category] .= '/Index'; + } foreach ($page_ids as $page_id) { if ( !isset($templates[$page_id]) ) {