[TYPO3-core] FYI24: Bug #10599: Set extAdmEnabled=true when enabling frontend editing for extension compatibility

Jeff Segars jsegars at alumni.rice.edu
Wed Mar 4 18:19:22 CET 2009


Jeff Segars wrote:
> Hey guys,
> 
> The attached patch will be committed within 24 hours...unless someone 
> wants to review this one liner before then :)
> 
> Type: Bugfix
> 
> Bugtracker reference: http://bugs.typo3.org/view.php?id=10599
> 
> Branches: Trunk
> 
> Problem:
> When frontend editing is enabled in t3lib_tsfebeuserauth we create a new 
> instance of the frontend editing controller which serves as an indicator 
> that frontend editing is active. In the past, a member variable named 
> extAdmEnabled was the flag that indicated frontend editing was active.
> 
> Extensions may rely on $BE_USER->extAdmEnabled so it should continue to 
> be set when frontend editing is active.
> 
> Solution:
> Set extAdmEnabled=true when frontend editing is initialized.
> 
> Thanks,
> Jeff

Committed to trunk in r5120.


More information about the TYPO3-team-core mailing list