aboutsummaryrefslogtreecommitdiffstats
path: root/mod/wall_upload.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-15 14:03:41 -0800
committerfriendica <info@friendica.com>2014-11-15 14:03:41 -0800
commitf299922df3fe1bdb55feca0e20ae3111ab3317b9 (patch)
tree48f90e5c5c6a2b0cd841d0671647ab7457609825 /mod/wall_upload.php
parent87cdfc1751d1e2f16cf651393049c5f6fb1a8efb (diff)
downloadvolse-hubzilla-f299922df3fe1bdb55feca0e20ae3111ab3317b9.tar.gz
volse-hubzilla-f299922df3fe1bdb55feca0e20ae3111ab3317b9.tar.bz2
volse-hubzilla-f299922df3fe1bdb55feca0e20ae3111ab3317b9.zip
minor changes to support forum mode
Diffstat (limited to 'mod/wall_upload.php')
-rw-r--r--mod/wall_upload.php4
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