Closed (fixed)
Project:
AJAX Comments
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2022 at 18:31 UTC
Updated:
9 Feb 2023 at 15:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
siddhraj commentedHello
passing empty string in the strpos() method resolved this issue.
Instead of passing null in the method strpos() pass an empty string if the variable is null.
Thanks
Comment #3
kosa ilma commentedTested patch with core 9.4.8 and AJAX Comments 8.x-1.0-beta4. Works for me.
Comment #4
kosa ilma commentedComment #7
rodrigoaguileraI proposed a similar solution that I find more readable as MR for easy merging.
Added steps to reproduce to issue summary.
Comment #10
idebr commentedCommitted, thanks!