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