Fixes taglist working inside a repeater

Fixes #2254
This commit is contained in:
Samuell1 2016-11-06 22:08:48 +01:00 committed by Samuel Georges
parent 6985139d44
commit b320632eb4
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
$selectedValues = is_array($selectedValues) ? $selectedValues : [];
$availableOptions = array_unique(array_merge($selectedValues, $fieldOptions));
?>
<!-- Tag List -->