|  | @@ -67,8 +67,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 67 | 67 |          if ($configurationArray == null) { | 
                                                                                                            
                                                            | 68 | 68 |              if (isset($this->typoScriptConfigurations['default'])) { | 
                                                                                                            
                                                            | 69 | 69 |                  $configurationArray = $this->typoScriptConfigurations['default']; | 
                                                                                                            
                                                            | 70 |  | -            } | 
                                                                                                            
                                                            | 71 |  | -            else { | 
                                                                                                            
                                                            |  | 70 | +            } else { | 
                                                                                                            
                                                            | 72 | 71 |                  if (!empty($GLOBALS['TSFE']->tmpl->setup) && is_array($GLOBALS['TSFE']->tmpl->setup)) { | 
                                                                                                            
                                                            | 73 | 72 |                      $configurationArray = $GLOBALS['TSFE']->tmpl->setup; | 
                                                                                                            
                                                            | 74 | 73 |                      $this->typoScriptConfigurations['default'] = $configurationArray; | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.