From 5d5dde174e1338e04abb79f5ae7a47f7fcb9af46 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 17 Jul 2014 01:25:21 -0700 Subject: tinmymce zombie - kill it. --- mod/editpost.php | 4 ++-- 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 -- cgit v1.2.3