tenants
Well-known member
I wasn't sure to raise this as a bug, since it's not visible to the front end users (and could also be considered an enhancement for plugin developers and not a bug)
Using load_class_controller
for the url example.com/admin.php no class is dumped for the following listener:
This means for plugins developers, its not possible to extend the ACP initial page
For plugin developers, there are reasons that you might want to override this 1st page (and not just the XenForo_ControllerAdmin_Login)
Using load_class_controller
for the url example.com/admin.php no class is dumped for the following listener:
Code:
public static function listenController($class, array &$extend)
{
var_dump($class);
}
This means for plugins developers, its not possible to extend the ACP initial page
For plugin developers, there are reasons that you might want to override this 1st page (and not just the XenForo_ControllerAdmin_Login)
Last edited: