diff options
author | friendica <info@friendica.com> | 2013-11-18 00:57:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-18 00:57:56 -0800 |
commit | 718f69c6fc090752238bb64e7486d6a3eef5b518 (patch) | |
tree | 6ad1d14d91920d01ef04caba4bf4fcc30d583ff6 /mod/post.php | |
parent | fa8f26c544060b01fc8f6d0df22eea71ae8770fd (diff) | |
download | volse-hubzilla-718f69c6fc090752238bb64e7486d6a3eef5b518.tar.gz volse-hubzilla-718f69c6fc090752238bb64e7486d6a3eef5b518.tar.bz2 volse-hubzilla-718f69c6fc090752238bb64e7486d6a3eef5b518.zip |
to clarify the fact, we'll remove the line we no longer need instead of commenting it
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/post.php b/mod/post.php index ceb41b19d..6a5c919e1 100644 --- a/mod/post.php +++ b/mod/post.php @@ -48,7 +48,6 @@ function post_init(&$a) { // They'll get a notice when they hit the page, we don't need two of them. // In fact we only need the name to map the destination, auth can proceed // without it. - // goaway($desturl); } } |