[TYPO3-core] FYI: Fixed bug #15260: Use of undefined method t3lib_div::sanitizeLocalUrl()

Steffen Ritter info at rs-websystems.de
Wed Jul 28 14:51:44 CEST 2010


Am 28.07.2010 14:47, schrieb Oliver Hader:
> The following changes were committed to SVN Trunk (rev. 8444)
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=15260
>
> Branch: TYPO3_4-1
>
> Problem:
> After updating from 4.1.13 to 4.1.14 these errors occur:
>
> On logout from BE:
> Fatal error: Call to undefined method t3lib_div::sanitizeLocalUrl() in
> /usr/local/lib/typo3/typo3_src-4.1.14/typo3/logout.php on line 75
>
> On clearing all caches:
> Fatal error: Call to undefined method t3lib_div::sanitizeLocalUrl() in
> /usr/local/lib/typo3/typo3_src-4.1.14/typo3/tce_db.php on line 115
>
> Solution:
> Use sanitizeBackendUrl() instead and create a wrapper
> sanitizeLocalUrl(). That method was somehow renamed in all branches
> except TYPO3_4-1.
>
> olly

postreviewing +1 reading


More information about the TYPO3-team-core mailing list