diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-30 18:31:13 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-30 18:31:13 +0000 |
commit | 554a8175469fbe7594ec6587335e77e95b2b14e7 (patch) | |
tree | c210fa99bc7bd3cc276e953041a44230fc826018 /mod/tinymce | |
parent | 723644d298bcd212fb19bdfb8e471fcebcb2d814 (diff) | |
download | elgg-554a8175469fbe7594ec6587335e77e95b2b14e7.tar.gz elgg-554a8175469fbe7594ec6587335e77e95b2b14e7.tar.bz2 |
Was in the wrong path for the previous commit. Now embed correctly support losely coupled insert JS views.
git-svn-id: http://code.elgg.org/elgg/trunk@6597 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/tinymce')
-rw-r--r-- | mod/tinymce/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php index 47bb627a6..6a79524d7 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -13,7 +13,7 @@ function tinymce_init() { global $CONFIG; elgg_extend_view('css', 'tinymce/css'); - //set_view_location('embed/addcontentjs', $CONFIG->pluginspath . 'tinymce/views/'); + elgg_extend_view('embed/custom_insert_js', 'tinymce/embed_custom_insert_js'); } register_elgg_event_handler('init', 'system', 'tinymce_init', 9999); |