From 2cc517dd2caecd199bce882d93585a984fa43236 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 15 Nov 2009 19:48:37 +0000 Subject: [PATCH] MINOR Removed invalid deprecation note git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@91589 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/control/ContentNegotiator.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/control/ContentNegotiator.php b/core/control/ContentNegotiator.php index d798ee77a..d5d153409 100755 --- a/core/control/ContentNegotiator.php +++ b/core/control/ContentNegotiator.php @@ -166,14 +166,10 @@ class ContentNegotiator { 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. @@ -189,5 +185,4 @@ class ContentNegotiator { } } - ?> \ No newline at end of file