AndyB
Well-known member
I'm trying to create an add-on which needs to extend the class XenForo_Upload.
This class is located in the following file:
/library/Xenforo/Upload.php
This file executes when an attachment is uploaded.
The problem is my add-on does not work, I expect the die command to echo "got here".
Am I listening to the correct event "load_class"?
Thank you.
This class is located in the following file:
/library/Xenforo/Upload.php
This file executes when an attachment is uploaded.
The problem is my add-on does not work, I expect the die command to echo "got here".
Am I listening to the correct event "load_class"?
Thank you.