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
This commit is contained in:
Sean Harvey 2009-11-27 01:43:14 +00:00
parent 162c6074fc
commit 569e33e99e

View File

@ -180,5 +180,5 @@ class ContentNegotiator {
$response->setBody($content);
}
}
}