Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
fix richtext in single mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Jun 27, 2017
1 parent 8a0c682 commit 8e049c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/tvs/multitv/includes/multitv.class.php
Expand Up @@ -383,7 +383,7 @@ function renderMultiTVFormElement($fieldType, $fieldName, $fieldElements, $field
};
}
$fieldClass[] = 'tabEditor';
} elseif( $this->display == 'vertical'){
} elseif( $this->display == 'vertical' || $this->display == 'single'){
$this->fieldsrte[] = ($this->options['type'] == 'module') ? $fieldName : "tv" . $this->tvID . $fieldName;
// invoke OnRichTextEditorInit event for TinyMCE4
$fieldId = substr($fieldName, 0, -4);
Expand Down

0 comments on commit 8e049c0

Please sign in to comment.