default bbcode - don't check editor pref

pull/540/merge
friendica 10 years ago
parent 531fbff90b
commit 1ad4f5247c

@ -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;

Loading…
Cancel
Save