Skip to content

Commit

Permalink
Add parent call to onAfterWrite
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkij committed Dec 13, 2017
1 parent 827f4f2 commit 01d0969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/model/SubsiteDomain.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public function getTitle()
public function onAfterWrite()
{
Subsite::writeHostMap();
parent::onAfterWrite();
}

/**
Expand Down

0 comments on commit 01d0969

Please sign in to comment.