]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Merge remote-tracking branch 'upstream/master'
[friendica.git] / mod / editpost.php
index f23b305f0ec3c9be8761903c4c15477f34503058..778ac3dccd5e8343bdab20315c151dc723a8c5c2 100755 (executable)
@@ -28,6 +28,10 @@ function editpost_content(&$a) {
                return;
        }
 
+       $plaintext = false;
+       if(local_user() && intval(get_pconfig(local_user(),'system','plaintext')))
+               $plaintext = true;
+
 
        $o .= '<h2>' . t('Edit post') . '</h2>';