add a little debugging for replyto

darcs-hash:20081020171033-5ed1f-00bdf131a25c86ae1d400a238eee070cb19ebec9.gz
This commit is contained in:
Evan Prodromou 2008-10-20 13:10:33 -04:00
parent cebcec1950
commit 613b75e7b7
1 changed files with 2 additions and 0 deletions

View File

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