XenForo Version: XF 2.2.x
CAS Version: CAS 2.2.27 and older
As per title, it is currently possible to configure categories to allow ads to be created without any ad types being set.
I've added a conditional to the _preSave() function in the Category Entity to throw an error when the "Allow ads to be created" option is enabled and no Allowed Ad Types have been set.

CAS Version: CAS 2.2.27 and older
As per title, it is currently possible to configure categories to allow ads to be created without any ad types being set.
I've added a conditional to the _preSave() function in the Category Entity to throw an error when the "Allow ads to be created" option is enabled and no Allowed Ad Types have been set.
