You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter dt_push_post_args is used inconsistently, where External Connections are using 3 variables with the 3rd being the class object, while Internal Connections have 4 variables with the 4th being the class object.
I believe we should add the missing $args value in the external connections call, and set the class object as the 4th value to match the internal connections call.
These should be consistant because filters looking for 4 values will get Uncaught ArgumentCountError: Too few arguments errors.
PR incoming...
The text was updated successfully, but these errors were encountered:
The filter
dt_push_post_args
is used inconsistently, where External Connections are using 3 variables with the 3rd being the class object, while Internal Connections have 4 variables with the 4th being the class object.I believe we should add the missing
$args
value in the external connections call, and set the class object as the 4th value to match the internal connections call.These should be consistant because filters looking for 4 values will get
Uncaught ArgumentCountError: Too few arguments
errors.PR incoming...
The text was updated successfully, but these errors were encountered: