Minor, unbreak other changeset APIs.

This commit is contained in:
epriestley
2012-03-12 21:02:15 -07:00
parent b537d1ec01
commit 4c147b496c
3 changed files with 12 additions and 3 deletions

View File

@@ -53,6 +53,9 @@ final class DiffusionDiffController extends DiffusionController {
$output = $parser->render($range_s, $range_e, $mask);
return id(new AphrontAjaxResponse())
->setContent($output);
->setContent(
array(
'changeset' => $output,
));
}
}