Merge pull request #3559 from g4b0/patch-2

Update versioning.md
This commit is contained in:
Sean Harvey 2014-10-16 11:54:46 +13:00
commit 95963b19b8

View File

@ -196,6 +196,5 @@ whenever a blog entry has been published.
// ...
public function onAfterPublish() {
mail("sam@silverstripe.com", "Blog published", "The blog has been published");
parent::onAfterPublish();
}
}