Skip to content

Commit

Permalink
Fixed file picker in static pages
Browse files Browse the repository at this point in the history
  • Loading branch information
benwerd committed Jul 21, 2015
1 parent 4b79d2d commit 32720dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function makeRich(container) {
function filePickerDialog(callback, value, meta) {
tinymce.activeEditor.windowManager.open({
title: 'File Manager',
url: '<?=\Idno\Core\site()->config()->getDisplayURL()?>file/picker/?type=' + meta.filetype,
url: '<?=\Idno\Core\site()->config()->getDisplayURL()?>filepicker/?type=' + meta.filetype,
width: 650,
height: 550
}, {
Expand Down

0 comments on commit 32720dc

Please sign in to comment.