Skip to content

Commit

Permalink
Remove uneeded extension call
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewis-everley committed Nov 9, 2018
1 parent 28ead9a commit 236ebc4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions _config.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

// add the extension to pages
if (class_exists('SiteTree')) {
SiteTree::add_extension('GoogleSitemapSiteTreeExtension');
}

// if you need to add this to DataObjects include the following in
// your own _config:

Expand Down

0 comments on commit 236ebc4

Please sign in to comment.