From: Evan Prodromou Date: Mon, 20 Oct 2008 17:10:33 +0000 (-0400) Subject: add a little debugging for replyto X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=613b75e7b75021646fd884a49890df5967376da1;p=quix0rs-gnu-social.git add a little debugging for replyto darcs-hash:20081020171033-5ed1f-00bdf131a25c86ae1d400a238eee070cb19ebec9.gz --- diff --git a/actions/newnotice.php b/actions/newnotice.php index ac630eed0c..8a1fd293ff 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -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);