[TYPO3-core] FYI: Fixed bug #15260: Use of undefined method t3lib_div::sanitizeLocalUrl()
Oliver Hader
oliver at typo3.org
Wed Jul 28 14:47:58 CEST 2010
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0015260.patch
Type: text/x-patch
Size: 2065 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100728/bc993089/attachment.bin>
More information about the TYPO3-team-core
mailing list