Skip to content

Commit

Permalink
* use advimage specific file browser callback.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 19, 2009
1 parent 3aeb9e7 commit 2aaeab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/tiny_mce/plugins/imageupload/editor_plugin_src.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
init : function(editor, url) {
ImageUpload.editor = editor;
ImageUpload.url = url;
editor.settings.file_browser_callback = ImageUpload.file_browser_callback;
editor.settings.theme_advanced_image_image_browser_callback = ImageUpload.file_browser_callback;
},

getInfo : function() {
Expand Down

0 comments on commit 2aaeab9

Please sign in to comment.