Closed (fixed)
Project:
Shariff Social Media Buttons
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2020 at 16:01 UTC
Updated:
13 Jan 2023 at 16:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mathilde_dumond commentedComment #3
johnchqueComment #4
berdirI'm not sure if !isset() is the same thing, what are the possible values of shariff_default_settings.
Both TRUE and FALSE would evaluate to FALSE here, only NULL would be TRUE.
empty() might make more sense here, FALSE/0/NULL/'' would all result in TRUE while basically any other value would be FALSE.
Comment #5
mathilde_dumond commentedComment #6
berdirComment #9
granik