diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-28 18:14:20 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-28 18:14:20 -0400 |
commit | 44f02dd9c1ac677d865f5bbbc9875ac7023594c9 (patch) | |
tree | 35b49749fc5c2edbbeaf1922212c3c8e325552a0 | |
parent | 719470994ada2a8b763ac30746a3f331b7549f2e (diff) |
move broadcast in OMB postnotice for bad case
darcs-hash:20080828221420-84dde-713f564d28d2e548a09a325443b37d6dc1e9a7e7.gz
-rw-r--r-- | actions/postnotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/postnotice.php b/actions/postnotice.php index e5a3919ad..a04fca20a 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; } } |