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
I have added some support for the Digest subscription type for an application we are using. But action_edit and action_post do not properly handle this subscription type.
Code needs to be added to the switch statement starting at line 275 in action_edit and line 229 in action_post.
The text was updated successfully, but these errors were encountered:
PHORUM_SUBSCRIPTION_DIGEST is defined in the core. So if one of my mods creates/changes the subscription type in a post, then I would expect that the core should at least not generate an error and/or lose the setting.
I have added some support for the Digest subscription type for an application we are using. But action_edit and action_post do not properly handle this subscription type.
Code needs to be added to the switch statement starting at line 275 in action_edit and line 229 in action_post.
The text was updated successfully, but these errors were encountered: