Skip to content

Commit

Permalink
mod_video_embed: When creating a media through an embed code, make it…
Browse files Browse the repository at this point in the history
… published by default.
  • Loading branch information
Arjan Scherpenisse committed Jan 20, 2010
1 parent 4d1bb5e commit 98bc948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mod_video_embed/mod_video_embed.erl
Expand Up @@ -161,6 +161,7 @@ event({submit, {add_video_embed, EventProps}, _TriggerId, _TargetId}, Context) -

Props = [
{title, Title},
{is_published, true},
{category, video},
{group_id, GroupId},
{video_embed_service, EmbedService},
Expand Down

0 comments on commit 98bc948

Please sign in to comment.