Fixed typo on PresentationCategorySerializer

Change-Id: I7e99b535bad47e1760db571a85a6f83351977bd4
This commit is contained in:
Sebastian Marcet 2018-09-04 19:36:45 -03:00
parent d2f7d110ec
commit 86d1615a8f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ final class PresentationCategorySerializer extends SilverStripeSerializer
}
$values['track_groups'] = $groups;
$values['allowed_tag'] = $allowed_tag;
$values['allowed_tags'] = $allowed_tag;
$values['extra_questions'] = $extra_questions;
if (!empty($expand)) {