diff options
-rw-r--r-- | mod/wall_upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/wall_upload.php b/mod/wall_upload.php index 2939cf0d1..3e7013ba1 100644 --- a/mod/wall_upload.php +++ b/mod/wall_upload.php @@ -49,7 +49,7 @@ function wall_upload_post(&$a) { // 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(); |