add remote flag to broadcast of notices

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

View File

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