Index: t3lib/stddb/tables.php =================================================================== --- t3lib/stddb/tables.php (Revision 8265) +++ t3lib/stddb/tables.php (Arbeitskopie) @@ -835,7 +835,7 @@ 'status-warning-lock' ); -$GLOBALS['TBE_STYLES']['spriteIconApi']['spriteIconRecordOverlayPriorities'] = array('hidden', 'starttime', 'endtime', 'futureendtime', 'fe_group', 'protectedSection'); +$GLOBALS['TBE_STYLES']['spriteIconApi']['spriteIconRecordOverlayPriorities'] = array('hidden', 'starttime', 'endtime', 'futureendtime', 'protectedSection', 'fe_group'); $GLOBALS['TBE_STYLES']['spriteIconApi']['spriteIconRecordOverlayNames'] = array( 'hidden' => 'status-overlay-hidden', 'fe_group' => 'status-overlay-access-restricted', Index: t3lib/class.t3lib_iconworks.php =================================================================== --- t3lib/class.t3lib_iconworks.php (Revision 8265) +++ t3lib/class.t3lib_iconworks.php (Arbeitskopie) @@ -903,7 +903,7 @@ } // Detecting extendToSubpages (for pages only) - if ($table == 'pages' && $row['extendToSubpages']) { + if ($table == 'pages' && $row['extendToSubpages'] && $status['fe_group']) { $status['protectedSection'] = TRUE; }