From d900b02c6a1871d450ada980c1a24013fbd18c22 Mon Sep 17 00:00:00 2001 From: wrossiter Date: Wed, 12 Aug 2009 03:54:44 +0000 Subject: [PATCH] BUGFIX: fixed naming of class --- code/GoogleSitemapDecorator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/GoogleSitemapDecorator.php b/code/GoogleSitemapDecorator.php index 8734e22..2c2fd31 100644 --- a/code/GoogleSitemapDecorator.php +++ b/code/GoogleSitemapDecorator.php @@ -61,11 +61,11 @@ class GoogleSitemapDecorator extends SiteTreeDecorator { } function onAfterPublish() { - GoogleSiteMap::ping(); + GoogleSitemap::ping(); } function onAfterUnpublish() { - GoogleSiteMap::ping(); + GoogleSitemap::ping(); } /**