diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-20 13:10:33 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-20 13:10:33 -0400 |
commit | 613b75e7b75021646fd884a49890df5967376da1 (patch) | |
tree | b3d568d89df8f11750f8f18404b1f306b350b106 /actions/newnotice.php | |
parent | cebcec1950ebc5e648cc4bd12fd1cac5df94ab6b (diff) |
add a little debugging for replyto
darcs-hash:20081020171033-5ed1f-00bdf131a25c86ae1d400a238eee070cb19ebec9.gz
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r-- | actions/newnotice.php | 2 |
1 files changed, 2 insertions, 0 deletions
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); |