R
If we use a controller, which doesn't exist, xenforo shows only
Which means, that there is a foobar_Ragtek_PC_ControllerPublic_PageEdit controller but he doesn't have a action called Changecommentstate.
But that's wrong, because the error should show that the controller doesn't exist
PS.
Wouldn't be public function actionErrorNotFound() which can be found in XenForo_ControllerPublic_Error AND XenForo_ControllerAdmin_Error be a candidate for XenForo_ControllerPublic_Abstract ???
It's the exact same method in both controllers ( => DRY)
The controller foobar_Ragtek_PC_ControllerPublic_PageEdit does not define an action called Changecommentstate.
But that's wrong, because the error should show that the controller doesn't exist
PS.
Wouldn't be public function actionErrorNotFound() which can be found in XenForo_ControllerPublic_Error AND XenForo_ControllerAdmin_Error be a candidate for XenForo_ControllerPublic_Abstract ???
It's the exact same method in both controllers ( => DRY)