diff options
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); |