From 569e33e99e4c2965398e8b7c73173a71c5e6fc35 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 27 Nov 2009 01:43:14 +0000 Subject: [PATCH] API CHANGE Removed deprecated static function ContentNegotiator::disable() - it's disabled by default (from r93640) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@93763 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/control/ContentNegotiator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/control/ContentNegotiator.php b/core/control/ContentNegotiator.php index 3627271bc..d06eab62c 100755 --- a/core/control/ContentNegotiator.php +++ b/core/control/ContentNegotiator.php @@ -180,5 +180,5 @@ class ContentNegotiator { $response->setBody($content); } - -} \ No newline at end of file + +}