[TYPO3-core] RFC: #7265: Submodules of Web module can't work with mod.php and the _DISPATCH system
Steffen Kamper
info at sk-typo3.de
Wed Dec 17 19:51:35 CET 2008
Hi,
Reminder. I tested it now one week without any problems.
vg Steffen
Steffen Kamper schrieb:
> Hi,
>
> just found a case where the prefix is null, so there is the possibility
> that the ? is the beginning of the string, indexOf will return 0.
>
> So i changed
> if(string.indexOf("?"))
> to
> if(string.indexOf("?") != -1)
>
> to be sure for all cases.
>
> v3 is attached.
>
> vg Steffen
>
More information about the TYPO3-team-core
mailing list