diff --git a/core/control/FormResponse.php b/core/control/FormResponse.php index 8a11aaebd..1986fad5d 100755 --- a/core/control/FormResponse.php +++ b/core/control/FormResponse.php @@ -76,7 +76,6 @@ class FormResponse { if(isset($_REQUEST['forcehtml'])) { return self::$non_ajax_content; } else if(isset($_REQUEST['forceajax']) || Director::is_ajax()) { - ContentNegotiator::disable(); // TODO figure out a way to stay backwards-compatible with Ajax.Evaluator and still use the automatic evaluating of Prototype //header("Content-type: text/javascript"); return self::get_javascript();