]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Merge branch 'master' of https://github.com/annando/friendica
[friendica.git] / mod / wall_attach.php
index c23efc7869a7181985afdd73c385dd5d43a74c2a..8a355d68314f427311377490693beb7a1cd6cf34 100644 (file)
@@ -122,10 +122,7 @@ function wall_attach_post(&$a) {
                killme();
        }
 
-       $lf = '<br />';
-
-       if(local_user() && intval(get_pconfig(local_user(),'system','plaintext')))
-               $lf = "\n";
+       $lf = "\n";
 
        echo  $lf . $lf . '[attachment]' . $r[0]['id'] . '[/attachment]' . $lf;