diff options
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r-- | mod/editlayout.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php index da681cf34..1e8a6e990 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -65,8 +65,8 @@ function editlayout_content(&$a) { $plaintext = true; // You may or may not be a local user. This won't work, - if(feature_enabled(local_user(),'richtext')) - $plaintext = false; +// if(feature_enabled(local_user(),'richtext')) +// $plaintext = false; $o .= replace_macros(get_markup_template('edpost_head.tpl'), array( '$title' => t('Edit Layout') |