BUGFIX: fixed naming of class

This commit is contained in:
wrossiter 2009-08-12 03:54:44 +00:00
parent 2f271059d9
commit d900b02c6a
1 changed files with 2 additions and 2 deletions

View File

@ -61,11 +61,11 @@ class GoogleSitemapDecorator extends SiteTreeDecorator {
} }
function onAfterPublish() { function onAfterPublish() {
GoogleSiteMap::ping(); GoogleSitemap::ping();
} }
function onAfterUnpublish() { function onAfterUnpublish() {
GoogleSiteMap::ping(); GoogleSitemap::ping();
} }
/** /**