Add parent call to onAfterWrite

This commit is contained in:
Jyrki Lilja 2017-12-13 12:03:00 +02:00 committed by Jyrki Lilja
parent 827f4f2fe9
commit 01d09695a9
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();
}
/**