add a little debugging for replyto
darcs-hash:20081020171033-5ed1f-00bdf131a25c86ae1d400a238eee070cb19ebec9.gz
This commit is contained in:
parent
cebcec1950
commit
613b75e7b7
|
@ -60,6 +60,8 @@ class NewnoticeAction extends Action {
|
|||
}
|
||||
|
||||
$replyto = $this->trimmed('inreplyto');
|
||||
|
||||
common_debug("Replyto = $replyto\n");
|
||||
|
||||
$notice = Notice::saveNew($user->id, $content, 'web', $replyto);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user