Skip to content

Commit

Permalink
BUGFIX Fixed undefined class HTTPRequest, replacing it with SS_HTTPRe…
Browse files Browse the repository at this point in the history
…quest as the class was renamed
  • Loading branch information
sharvey committed May 4, 2010
1 parent 8d99fa7 commit 20842ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/GoogleSitemap.php
Expand Up @@ -145,9 +145,8 @@ function index($url) {
// But we want to still render.
return array();
} else {
return new HTTPResponse('Not allowed', 405);
return new SS_HTTPResponse('Not allowed', 405);
}

}

public static function enable() {
Expand Down

0 comments on commit 20842ce

Please sign in to comment.