cclaerhout
Well-known member
First of all, I'm not sure it's a bug or if it's the expected behaviour.
In the datawriter when we want to set a constant to be used after as an "extra data" it can't be anymore a boolean. If it is, when we use the function "getExtraData" the php function array_key_exists of the xenforo datawriter function "isExtraDataSet" is not going to like it:
Can it be changed or do I have to modify the way I'm using the constant?
In the datawriter when we want to set a constant to be used after as an "extra data" it can't be anymore a boolean. If it is, when we use the function "getExtraData" the php function array_key_exists of the xenforo datawriter function "isExtraDataSet" is not going to like it:
The first argument should be either a string or an integer
Can it be changed or do I have to modify the way I'm using the constant?