diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-07 13:09:29 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-07 13:09:29 +0000 |
commit | 7d79bd5bb5097e5457ad40a65de953f8b1a82234 (patch) | |
tree | e9a50c09e47feafab09c8913307f703d8c394a97 /mod/ecml/start.php | |
parent | ba18648b6d58625a9e2ca2397e00048b0c10e58e (diff) | |
download | elgg-7d79bd5bb5097e5457ad40a65de953f8b1a82234.tar.gz elgg-7d79bd5bb5097e5457ad40a65de953f8b1a82234.tar.bz2 |
don't extend input fields yet with ecml as it is not designed as an end user tool
git-svn-id: http://code.elgg.org/elgg/trunk@6376 36083f99-b078-4883-b0ff-0f9b5a30f544
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. |