move broadcast in OMB postnotice for bad case

darcs-hash:20080828221420-84dde-713f564d28d2e548a09a325443b37d6dc1e9a7e7.gz
This commit is contained in:
Evan Prodromou 2008-08-28 18:14:20 -04:00
parent 719470994a
commit 44f02dd9c1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}