Skip to content

Commit

Permalink
MINOR Removed invalid deprecation note
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@91589 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed Nov 15, 2009
1 parent ec88536 commit 2cc517d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/control/ContentNegotiator.php
Expand Up @@ -166,14 +166,10 @@ static function enable() {
self::$enabled = true;
}

/**
* @deprecated in 2.3
*/
static function disable() {
self::$enabled = false;
}


/**
* Returns true if negotation is enabled for the given response.
* By default, negotiation is only enabled for pages that have the xml header.
Expand All @@ -189,5 +185,4 @@ static function enabled_for($response) {
}

}

?>

0 comments on commit 2cc517d

Please sign in to comment.