projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7194709
)
move broadcast in OMB postnotice for bad case
author
Evan Prodromou
<evan@prodromou.name>
Thu, 28 Aug 2008 22:14:20 +0000
(18:14 -0400)
committer
Evan Prodromou
<evan@prodromou.name>
Thu, 28 Aug 2008 22:14:20 +0000
(18:14 -0400)
darcs-hash:
20080828221420
-84dde-
713f564d28d2e548a09a325443b37d6dc1e9a7e7
.gz
actions/postnotice.php
patch
|
blob
|
history
diff --git
a/actions/postnotice.php
b/actions/postnotice.php
index e5a3919ad8d6bcd11279434338933b22840c01fc..a04fca20acdcd0fc9f5bdc0056dc61bff40e2fbf 100644
(file)
--- 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;
}
}