aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce/start.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-30 18:31:13 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-30 18:31:13 +0000
commit554a8175469fbe7594ec6587335e77e95b2b14e7 (patch)
treec210fa99bc7bd3cc276e953041a44230fc826018 /mod/tinymce/start.php
parent723644d298bcd212fb19bdfb8e471fcebcb2d814 (diff)
downloadelgg-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/start.php')
-rw-r--r--mod/tinymce/start.php2
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);