From: friendica Date: Mon, 3 Dec 2012 09:05:10 +0000 (-0800) Subject: default bbcode - don't check editor pref X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1ad4f5247c688fa05c01190c0e882f9c971d96ab;p=friendica.git default bbcode - don't check editor pref --- diff --git a/mod/wall_attach.php b/mod/wall_attach.php index c23efc7869..8a355d6831 100644 --- a/mod/wall_attach.php +++ b/mod/wall_attach.php @@ -122,10 +122,7 @@ function wall_attach_post(&$a) { killme(); } - $lf = '
'; - - if(local_user() && intval(get_pconfig(local_user(),'system','plaintext'))) - $lf = "\n"; + $lf = "\n"; echo $lf . $lf . '[attachment]' . $r[0]['id'] . '[/attachment]' . $lf;