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

Commit 8e049c0

Browse files
committed
fix richtext in single mode
1 parent 8a0c682 commit 8e049c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/tvs/multitv/includes/multitv.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ function renderMultiTVFormElement($fieldType, $fieldName, $fieldElements, $field
383383
};
384384
}
385385
$fieldClass[] = 'tabEditor';
386-
} elseif( $this->display == 'vertical'){
386+
} elseif( $this->display == 'vertical' || $this->display == 'single'){
387387
$this->fieldsrte[] = ($this->options['type'] == 'module') ? $fieldName : "tv" . $this->tvID . $fieldName;
388388
// invoke OnRichTextEditorInit event for TinyMCE4
389389
$fieldId = substr($fieldName, 0, -4);

0 commit comments

Comments
 (0)