Skip to content

Commit

Permalink
Fix wrong default value form option (#187)
Browse files Browse the repository at this point in the history
The value is supposed to be a 2-key language code.
  • Loading branch information
gremo authored and greg0ire committed Jan 24, 2017
1 parent 150f223 commit 2823280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Social/TwitterEmbedTweetBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function configureSettings(OptionsResolver $resolver)
'omit_script' => false,
'align' => 'none',
'related' => null,
'lang' => $this->languageList,
'lang' => null,
));
}

Expand Down

0 comments on commit 2823280

Please sign in to comment.