]> git.mxchange.org Git - friendica.git/blobdiff - mod/parse_url.php
Fix SQL error for missing AND operator
[friendica.git] / mod / parse_url.php
index 400c248e05d5fd5961f80842449c315caf545f74..a2b4c9e28a179c44b997a31602f6c0e2587e638f 100644 (file)
@@ -236,8 +236,6 @@ function parse_url_content(&$a) {
        $str_tags = '';
 
        $textmode = false;
-       if(local_user() && intval(get_pconfig(local_user(),'system','plaintext')))
-               $textmode = true;
 
        if(local_user() && (! feature_enabled(local_user(),'richtext')))
                $textmode = true;