Invalid controller response error

Naz

Member
Reactions
27
Change occurrences of the following in XenMods/MarkThreadDone/Extend/ControllerPublic/Thread:
PHP:
return $this->getErrorOrNoPermissionResponseException($errorPhraseKey);

to this:
PHP:
throw $this->getErrorOrNoPermissionResponseException($errorPhraseKey);
 

Users who are viewing this thread

Back
Top