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

Commit

Permalink
first fix for #145
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy authored and Jako committed Nov 8, 2015
1 parent 00bfd6c commit db4c27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/tvs/multitv/includes/multitv.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ function renderMultiTVFormElement($fieldType, $fieldName, $fieldElements, $field
$fieldType = 'date';
break;
case 'image' :
if ($this->display == 'datatable' || $this->display == 'dbtatable' || $this->display == 'vertical') {
if ($this->display == 'datatable' || $this->display == 'dbtatable' || $this->display == 'vertical' || $this->display == 'horizontal') {
$fieldClass[] = 'mtvImage';
}
break;
Expand Down

0 comments on commit db4c27e

Please sign in to comment.