summaryrefslogtreecommitdiff
path: root/actions/postnotice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-28 18:14:20 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-28 18:14:20 -0400
commit44f02dd9c1ac677d865f5bbbc9875ac7023594c9 (patch)
tree35b49749fc5c2edbbeaf1922212c3c8e325552a0 /actions/postnotice.php
parent719470994ada2a8b763ac30746a3f331b7549f2e (diff)
move broadcast in OMB postnotice for bad case
darcs-hash:20080828221420-84dde-713f564d28d2e548a09a325443b37d6dc1e9a7e7.gz
Diffstat (limited to 'actions/postnotice.php')
-rw-r--r--actions/postnotice.php2
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;
}
}