Name the syndication input mp-syndicate-to, this should fix issue #42

This commit is contained in:
Jonny Barnes 2017-02-04 20:39:30 +00:00
parent 07ee715cd0
commit 7023e53dbb

View file

@ -25,7 +25,7 @@
<ul class="syndication-targets-list" name="syndication"> <ul class="syndication-targets-list" name="syndication">
@foreach($syndication as $syn) @foreach($syndication as $syn)
<li><input type="checkbox" <li><input type="checkbox"
name="syndicate-to[]" name="mp-syndicate-to[]"
id="{{ $syn['target'] }}" id="{{ $syn['target'] }}"
value="{{ $syn['target'] }}" value="{{ $syn['target'] }}"
checked="checked" checked="checked"