L
Lukas W.
Guest
XF\Criteria\AbstractCriteria was changed to call _isUnknownMatched instead of isUnknownMatched whenever a criteria rule is not found. Neither XF\Criteria\Page nor XF\Criteria\User have been changed to reflect this however, and continue to overwrite the original isUnknownMatched, which is no longer called, thus code events for criteria_user and criteria_page are no longer fired.The same seems to be true for
_isSpecialMatched...Read more
Continue reading...