[TYPO3-core] FYI: Fixed bug #15260: Use of undefined method t3lib_div::sanitizeLocalUrl()
Oliver Hader
oliver at typo3.org
Fri Jul 30 13:36:49 CEST 2010
FYI: This RFC was reverted in TYPO3_4-1 again (rev. 8450)
olly
Am 28.07.10 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
--
Oliver Hader
TYPO3 v4 Core Team Leader
More information about the TYPO3-team-core
mailing list