Project

General

Profile

Bug #69195

Updated by Wouter Wolters over 8 years ago

When using the old mailform option and having useDefaultContentObject set in typoscript breaks the website if ext:compatibility6 is not installed. 

 if ($typoScriptObjectName === 'FORM' && !empty($typoScript['useDefaultContentObject'])) { 
	 $content = $contentObject->getContentObject($typoScriptObjectName)->render($typoScript); <----- breaks here 
 } elseif ($typoScriptObjectName === 'FORM') {

Back