diff options
Diffstat (limited to 'mod/ecml/start.php')
-rw-r--r-- | mod/ecml/start.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/ecml/start.php b/mod/ecml/start.php index d2adeca63..598af0185 100644 --- a/mod/ecml/start.php +++ b/mod/ecml/start.php @@ -39,8 +39,8 @@ function ecml_init() { register_action('settings/ecml/save', FALSE, dirname(__FILE__) . '/actions/save_permissions.php', TRUE); // show ECML-enabled icon on free-text input areas - elgg_extend_view('input/longtext', 'ecml/input_ext', 0); - elgg_extend_view('input/plaintext', 'ecml/input_ext'); + //elgg_extend_view('input/longtext', 'ecml/input_ext', 0); + //elgg_extend_view('input/plaintext', 'ecml/input_ext'); //elgg_extend_view('input/text', 'ecml/input_ext'); // add parsing for core views. |