? Pending

User tests: Successful: Unsuccessful:

avatar quasilyte
quasilyte
26 Aug 2020

Summary of Changes

Fixes the strpos call.
strpos() first argument is a haystack, not a needle.
strpos('x', $s) is identical to $s === 'x' which is probably not what we want here.

Testing Instructions

?

Actual result BEFORE applying this Pull Request

?

Expected result AFTER applying this Pull Request

?

Documentation Changes Required

None.

avatar quasilyte quasilyte - open - 26 Aug 2020
avatar quasilyte quasilyte - change - 26 Aug 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 26 Aug 2020
Category Libraries
avatar SharkyKZ
SharkyKZ - comment - 26 Aug 2020

Thanks. Do you want to test PR #26534 which already includes this fix?

avatar quasilyte quasilyte - change - 26 Aug 2020
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2020-08-26 15:05:15
Closed_By quasilyte
Labels Added: ?
avatar quasilyte quasilyte - close - 26 Aug 2020
avatar quasilyte
quasilyte - comment - 26 Aug 2020

Nope, if you already have a fix that does sound good to me.

Add a Comment

Login with GitHub to post a comment