Use correct syndication param
This commit is contained in:
@@ -51,7 +51,7 @@ module Adamantium
|
||||
new_params[:h] = "entry"
|
||||
new_params[:post_type] = post_type
|
||||
new_params[:action] = params[:action]
|
||||
new_params[:syndicate_to] = params["syndicate-to"]
|
||||
new_params[:syndicate_to] = params["mp-syndicate-to"] || []
|
||||
|
||||
publish_time = params[:published_at] || Time.now
|
||||
|
||||
|
Reference in New Issue
Block a user