Mark Thread Done
Change occurrences of the following in XenMods/MarkThreadDone/Extend/ControllerPublic/Thread:
return $this->getErrorOrNoPermissionResponseException($errorPhraseKey);
to this:
throw $this->getErrorOrNoPermissionResponseException($errorPhraseKey);