Closed (fixed)
Project:
Google Tag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2019 at 14:46 UTC
Updated:
21 Mar 2019 at 18:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
solotandem commentedThanks for reporting this PHP API change. Simple fix to follow.
Comment #3
i-trokhanenkoPlease review.
Comment #4
drup975 commentedAfter applying #3 I get the following error:
Warning: strpos(): Empty needle in _google_tag_status_check() (line 321 of /home/clients//sites/all/modules/google_tag/google_tag.module)
Comment #5
jonas139 commentedI didn't applied the patch from #3 but was getting the same error as the original issue and created a simple fix for this.
Please review.
Comment #6
liam morlandThe call to empty() is not needed because $status is sure to be set.
Comment #7
shaneonabike commentedI can confirm that this works for me.
Comment #8
langelhc commentedComment #10
solotandem commentedThanks for the report and the patch.