Skip to content

Commit

Permalink
Merge branch '1'
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Feb 21, 2018
2 parents 299f127 + 24ee5a1 commit f8f39c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"description": "Run multiple sites from a single SilverStripe install.",
"license": "BSD-3-Clause",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "subsites", "multisite"],
"keywords": [
"silverstripe",
"subsites",
"multisite"
],
"authors": [
{
"name": "Sam Minnee",
Expand Down
1 change: 1 addition & 0 deletions src/Model/SubsiteDomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public function getTitle()
public function onAfterWrite()
{
Subsite::writeHostMap();
parent::onAfterWrite();
}

/**
Expand Down

0 comments on commit f8f39c1

Please sign in to comment.