broadcast remote notices

darcs-hash:20080819182724-84dde-d2cece72dfb7f4f9f5b5cb4574812fdd32daa601.gz
This commit is contained in:
Evan Prodromou 2008-08-19 14:27:24 -04:00
parent d135039c1d
commit 0dce3d959b
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class PostnoticeAction extends Action {
return false;
}
}
common_broadcast_notice($notice);
return true;
}
}