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 | |
parent | de97073e135d1efec8a7792cbe6a0ac09b227e99 (diff) | |
download | volse-hubzilla-5d5dde174e1338e04abb79f5ae7a47f7fcb9af46.tar.gz volse-hubzilla-5d5dde174e1338e04abb79f5ae7a47f7fcb9af46.tar.bz2 volse-hubzilla-5d5dde174e1338e04abb79f5ae7a47f7fcb9af46.zip |
tinmymce zombie - kill it.
-rw-r--r-- | mod/editpost.php | 4 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 3 insertions, 3 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(); diff --git a/version.inc b/version.inc index a781c791c..7956ea5b8 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-07-16.738 +2014-07-17.739 |