X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=mod%2Fparse_url.php;h=a2b4c9e28a179c44b997a31602f6c0e2587e638f;hb=aa7aa59def3be7687be9ae18dd6599deabddeb39;hp=9adee8f65cd8d7d9c261f6d16522ea2ed0859cd9;hpb=e581c3476090d5d2e63c5a3a62d4ebd9d4bf2247;p=friendica.git diff --git a/mod/parse_url.php b/mod/parse_url.php index 9adee8f65c..a2b4c9e28a 100644 --- a/mod/parse_url.php +++ b/mod/parse_url.php @@ -236,7 +236,8 @@ function parse_url_content(&$a) { $str_tags = ''; $textmode = false; - if(local_user() && intval(get_pconfig(local_user(),'system','plaintext'))) + + if(local_user() && (! feature_enabled(local_user(),'richtext'))) $textmode = true; //if($textmode)