Adam Kirkland
Member
So for some reason I am getting "Please enter a valid callback method" when trying to submit a page with the callback method of ServerLogs_Callback::respond.
Even when I strip out the inside of the static function it still returns the same, I have no idea what I am doing wrong. Thanks!
Even when I strip out the inside of the static function it still returns the same, I have no idea what I am doing wrong. Thanks!
Code:
<?php
class ServerLogs_Callback {
public static function respond(XenForo_ControllerPublic_Abstract $controller, XenForo_ControllerResponse_Abstract &$response) {
}
}
?>