[TYPO3-core] FYI: #12017: Wrong Inclusion in tceforms and tceforms_fe

Dmitry Dulepov dmitry.dulepov at gmail.com
Wed Sep 23 10:36:30 CEST 2009


Hi!

Steffen Kamper wrote:
> the following patch was committed to trunk, rev 6035

It could have a tiny enhancement:

-		if (strpos($url, '://') !== FALSE || substr($url, 0, 1) === '/') {
+		if (strpos($url, '://') !== FALSE || $url{0} === '/') {

-- 
Dmitry Dulepov
Facebook: http://www.facebook.com/dmitryd
Twitter: http://twitter.com/dmitryd
Skype: liels_bugs


More information about the TYPO3-team-core mailing list