This commit is contained in:
friendica 2014-03-08 21:15:52 -08:00
commit 58f307676b

View File

@ -45,11 +45,10 @@ function wall_upload_post(&$a) {
$m = $ret['body'];
// This might make Friendica for Android uploads work again, as it won't have any knowledge of zrl and zmg tags
// and these tags probably aren't useful with other client apps.
if($using_api)
return(str_replace(array('zrl','zmg'),array('url','img'),$ret['body']));
return("\n\n" . $ret['body'] . "\n\n");
else
echo "\n\n" . $ret['body'] . "\n\n";
killme();