This is basicly. You can extends
XenForo_ControllerAdmin_Abstract without listener_extends_class
Example: Your_Addon extends XenForo_ControllerAdmin_Abstract
This is basicly. You can extends
XenForo_ControllerAdmin_Abstract without listener_extends_class
Example: Your_Addon extends XenForo_ControllerAdmin_Abstract
Why are you trying to inject a class for all ControllerAdmin classes? Use your listener with a very high priority (lower numbers >= larger numbers) and don't specify a class and just always add to $extend, you'll end up doing what you want.
Why are you trying to inject a class for all ControllerAdmin classes? Use your listener with a very high priority (lower numbers >= larger numbers) and don't specify a class and just always add to $extend, you'll end up doing what you want.
Why are you trying to inject a class for all ControllerAdmin classes? Use your listener with a very high priority (lower numbers >= larger numbers) and don't specify a class and just always add to $extend, you'll end up doing what you want.