I have custom ControllerPublic class that extends XenForo_ControllerPublic_Abstract and within it, I have various actionXYZ functions.
Is there a way to pass data from within one of the actionXYZ functions to the getSessionActivityDetailsForList function?
I have all the data I need in the action function but can't seem to be able to pass it off to the $activities array for getSessionActivityDetailsForList.
Is there a way to pass data from within one of the actionXYZ functions to the getSessionActivityDetailsForList function?
I have all the data I need in the action function but can't seem to be able to pass it off to the $activities array for getSessionActivityDetailsForList.