From: Evan Prodromou Date: Thu, 28 Aug 2008 22:14:20 +0000 (-0400) Subject: move broadcast in OMB postnotice for bad case X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=44f02dd9c1ac677d865f5bbbc9875ac7023594c9;p=quix0rs-gnu-social.git move broadcast in OMB postnotice for bad case darcs-hash:20080828221420-84dde-713f564d28d2e548a09a325443b37d6dc1e9a7e7.gz --- diff --git a/actions/postnotice.php b/actions/postnotice.php index e5a3919ad8..a04fca20ac 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -79,8 +79,8 @@ class PostnoticeAction extends Action { common_server_serror($notice, 500); return false; } + common_broadcast_notice($notice, true); } - common_broadcast_notice($notice, true); return true; } }