Skip to content

Commit

Permalink
Merge pull request #24 from MarttiR/remove-default-domain
Browse files Browse the repository at this point in the history
Remove domain defaultness from feature
  • Loading branch information
ZeiP committed Jun 1, 2017
2 parents 1f70756 + 42ff694 commit 7fa9593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function kada_domains_feature_domain_default_domains() {
'scheme' => 'http',
'valid' => 1,
'weight' => -1,
'is_default' => 1,
'is_default' => 0,
'machine_name' => 'local_kada_fi',
);

Expand Down

0 comments on commit 7fa9593

Please sign in to comment.