Skip to content

Commit

Permalink
fix roxyFileman link
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane committed Nov 28, 2017
1 parent 801c665 commit 220559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckeditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function AdminFootEndBody() {
<script>
<!--
if(typeof CKEDITOR != 'undefined') {
var roxyFileman = '<?php echo PLX_PLUGINS.__CLASS__ ?>/fileman/index.html?integration='.__CLASS__;
var roxyFileman = "<?php echo PLX_PLUGINS.__CLASS__.'/fileman/index.html?integration='.__CLASS__ ?>";
var textareas = document.getElementsByTagName("textarea");
for(var i=0;i<textareas.length;i++) {
var n = textareas[i].name;
Expand Down

0 comments on commit 220559b

Please sign in to comment.