Name the syndication input mp-syndicate-to
, this should fix issue #42
This commit is contained in:
parent
07ee715cd0
commit
7023e53dbb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<ul class="syndication-targets-list" name="syndication">
|
||||
@foreach($syndication as $syn)
|
||||
<li><input type="checkbox"
|
||||
name="syndicate-to[]"
|
||||
name="mp-syndicate-to[]"
|
||||
id="{{ $syn['target'] }}"
|
||||
value="{{ $syn['target'] }}"
|
||||
checked="checked"
|
||||
|
|
Loading…
Add table
Reference in a new issue