-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 3.1.3-RC1
-
Component/s: Events
-
Labels:None
-
GitHub Pull Request URL:
I have an extension that needs to modify the SQL for a specific forum. To do this, I'm calling the core.viewforum_get_topic_ids_data event from viewforum.php. However, the current available vars do not include arrays that have the forum_id. To address this issue, I'm proposing adding forum_data to the list of available vars. Thank you!