From: Brion Vibber Date: Mon, 14 Mar 2011 20:44:39 +0000 (-0700) Subject: For good measure; trip short error mode in earlier on ajax shownotice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=34e7d8ddf2cc95de329789eb67513d77e6245b28;p=quix0rs-gnu-social.git For good measure; trip short error mode in earlier on ajax shownotice --- diff --git a/actions/shownotice.php b/actions/shownotice.php index 8d8ab326df..b8927372bb 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -78,6 +78,9 @@ class ShownoticeAction extends OwnerDesignAction function prepare($args) { parent::prepare($args); + if ($this->boolean('ajax')) { + StatusNet::setApi(true); + } $id = $this->arg('notice'); @@ -189,7 +192,6 @@ class ShownoticeAction extends OwnerDesignAction parent::handle($args); if ($this->boolean('ajax')) { - StatusNet::setApi(true); $this->showAjax(); } else { if ($this->notice->is_local == Notice::REMOTE_OMB) {