diff options
author | friendica <info@friendica.com> | 2014-07-17 01:25:21 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-17 01:25:21 -0700 |
commit | 5d5dde174e1338e04abb79f5ae7a47f7fcb9af46 (patch) | |
tree | 58a474847abf065dcc268ab2bb04e10c079780dd /mod/editpost.php | |
parent | de97073e135d1efec8a7792cbe6a0ac09b227e99 (diff) | |
download | volse-hubzilla-5d5dde174e1338e04abb79f5ae7a47f7fcb9af46.tar.gz volse-hubzilla-5d5dde174e1338e04abb79f5ae7a47f7fcb9af46.tar.bz2 volse-hubzilla-5d5dde174e1338e04abb79f5ae7a47f7fcb9af46.zip |
tinmymce zombie - kill it.
Diffstat (limited to 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index 6556405e3..ed7fcff8a 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -33,8 +33,8 @@ function editpost_content(&$a) { } $plaintext = true; - if(feature_enabled(local_user(),'richtext')) - $plaintext = false; +// if(feature_enabled(local_user(),'richtext')) +// $plaintext = false; $channel = $a->get_channel(); |