Merge pull request #328 from jyrkij/parent-calls

Add parent call to onAfterWrite
This commit is contained in:
Robbie Averill 2017-12-14 09:44:41 +13:00 committed by GitHub
commit 727efb0ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class SubsiteDomain extends DataObject
public function onAfterWrite()
{
Subsite::writeHostMap();
parent::onAfterWrite();
}
/**