diff options
author | friendica <info@friendica.com> | 2014-11-15 14:03:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-15 14:03:41 -0800 |
commit | f299922df3fe1bdb55feca0e20ae3111ab3317b9 (patch) | |
tree | 48f90e5c5c6a2b0cd841d0671647ab7457609825 /mod | |
parent | 87cdfc1751d1e2f16cf651393049c5f6fb1a8efb (diff) | |
download | volse-hubzilla-f299922df3fe1bdb55feca0e20ae3111ab3317b9.tar.gz volse-hubzilla-f299922df3fe1bdb55feca0e20ae3111ab3317b9.tar.bz2 volse-hubzilla-f299922df3fe1bdb55feca0e20ae3111ab3317b9.zip |
minor changes to support forum mode
Diffstat (limited to 'mod')
-rw-r--r-- | mod/wall_upload.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/wall_upload.php b/mod/wall_upload.php index f83f4f7cf..97840a180 100644 --- a/mod/wall_upload.php +++ b/mod/wall_upload.php @@ -43,10 +43,6 @@ function wall_upload_post(&$a) { killme(); } - $m = $ret['body']; - - - if($using_api) return("\n\n" . $ret['body'] . "\n\n"); else |