- Affected version
- XF2.1
I'm not 100% sure, but I got two moved forum alerts when I assume the thread had already been moved to the resolved bugs forum.
I can't tell if this was moved back or not, but might have had a rename in there?
Fixed - Approval Queue does not use same action => method standardization as rest of the codebase
Most callback locations standardize the method name via $method = 'get' . \XF\Util\Php::camelCase($offset); (ie entities or controllers), but approval queue does not, it uses $method = 'action' . ucfirst($action); which is unexpectedly different. Worse, LogicException: invalid_method is thrown...
xenforo.com
I can't tell if this was moved back or not, but might have had a rename in there?