From 613b75e7b75021646fd884a49890df5967376da1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 20 Oct 2008 13:10:33 -0400 Subject: add a little debugging for replyto darcs-hash:20081020171033-5ed1f-00bdf131a25c86ae1d400a238eee070cb19ebec9.gz --- actions/newnotice.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions') diff --git a/actions/newnotice.php b/actions/newnotice.php index ac630eed0..8a1fd293f 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); -- cgit v1.2.3-54-g00ecf