diff --git a/manager/assets/components/ckeditor/modx.htmleditor.js b/manager/assets/components/ckeditor/modx.htmleditor.js index 1970f7c..f119b08 100755 --- a/manager/assets/components/ckeditor/modx.htmleditor.js +++ b/manager/assets/components/ckeditor/modx.htmleditor.js @@ -83,7 +83,7 @@ function getOption(key, type, defaultValue) { function getFileBrowseUrl() { var url = MODx.config['manager_url'] + 'index.php'; - var query = {a: MODx.action['browser'], source: MODx.config['default_media_source']}; + var query = {a: 'browser', source: MODx.config['default_media_source']}; return url + '?' + Ext.urlEncode(query); } @@ -447,4 +447,4 @@ MODx.unloadTVRTE = function() { }); }; -})(); \ No newline at end of file +})();