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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/editpost.php') 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(); -- cgit v1.2.3