Fix GroupedDropdownField include namespace

Follow up from https://github.com/silverstripe/silverstripe-framework/pull/5921
This commit is contained in:
Ingo Schommer 2016-09-10 15:05:45 +12:00
parent bfd9cb1aca
commit 68c6137f29
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<% if $Options %>
<optgroup label="$Title.ATT">
<% loop $Options %>
<% include GroupedDropdownFieldOption %>
<% include SilverStripe/Forms/GroupedDropdownFieldOption %>
<% end_loop %>
</optgroup>
<% else %>