minor changes to support forum mode

This commit is contained in:
friendica
2014-11-15 14:03:41 -08:00
parent 87cdfc1751
commit f299922df3
5 changed files with 4342 additions and 4346 deletions

View File

@@ -43,10 +43,6 @@ function wall_upload_post(&$a) {
killme();
}
$m = $ret['body'];
if($using_api)
return("\n\n" . $ret['body'] . "\n\n");
else