diff --git a/code/GoogleSitemap.php b/code/GoogleSitemap.php index 6f9234b..1ced914 100644 --- a/code/GoogleSitemap.php +++ b/code/GoogleSitemap.php @@ -506,7 +506,7 @@ class GoogleSitemap extends Object */ public static function enabled() { - return (Config::inst()->get('GoogleSitemap', 'enabled', Config::INHERITED)); + return (Config::inst()->get('GoogleSitemap', 'enabled')); }