Skip to content

Commit

Permalink
Fixed issue #11540: Smiley path not correct when using popup HTML editor
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 12, 2016
1 parent 56d552a commit 8baf7b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/views/admin/htmleditor/pop_editor_view.php
Expand Up @@ -51,7 +51,6 @@ function closeme()
LimeReplacementFieldsQID : "<?php echo $iQuestionId; ?>",
LimeReplacementFieldsType: "<?php echo $sFieldType; ?>",
LimeReplacementFieldsAction: "<?php echo $sAction; ?>",
smiley_path: "<?php echo Yii::app()->getConfig('rooturl') . '/upload/images/smiley/msn/'; ?>",
LimeReplacementFieldsPath : "<?php echo $this->createUrl("/admin/limereplacementfields/sa/index"); ?>",
language : "<?php echo $ckLanguage ?>"
<?php echo $htmlformatoption; ?> });
Expand Down

0 comments on commit 8baf7b4

Please sign in to comment.