]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add a little debugging for replyto
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 20 Oct 2008 17:10:33 +0000 (13:10 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 20 Oct 2008 17:10:33 +0000 (13:10 -0400)
darcs-hash:20081020171033-5ed1f-00bdf131a25c86ae1d400a238eee070cb19ebec9.gz

actions/newnotice.php

index ac630eed0c28d60d8a8f391baa15cdbd6f782735..8a1fd293ff53591f62014b9a3a477f3a9b62c56f 100644 (file)
@@ -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);