[TYPO3-core] RFC Bug #10597: Admin panel is not available anymore when extension fe_edit is not installed
Jeff Segars
jsegars at alumni.rice.edu
Tue Jun 2 21:42:43 CEST 2009
Oliver Hader wrote:
> Hi Jeff,
>
> Jeff Segars schrieb:
>> I think we may need two small followups on this patch...
>>
>> #1 - t3lib_frontendedit still references $this->extGetFeAdminValue() in
>> one place. This should now be $BE_USER->adminPanel->extGetFeAdminValue().
>>
>> #2 - t3lib_tsfebeuserauth initializes frontend editing, but as part of
>> that checks that fe_edit is loaded. This means frontend editing is not
>> initialized when feeditadvanced is installed isntead. I think we can
>> remove the check for any extension and still be OK.
>
> Thanks for taking care!
>
> +1 on reading and testing
>
> The changes are obvious, please go ahead and commit them directly to SVN
> Trunk.
>
> olly
Thanks for the quick review! Committed to trunk in r5530.
More information about the TYPO3-team-core
mailing list