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

@@ -93,7 +93,10 @@ final class PhrictionDiffController
$output = $parser->render($range_s, $range_e, $mask);
if ($request->isAjax()) {
return id(new AphrontAjaxResponse())->setContent($output);
return id(new AphrontAjaxResponse())->setContent(
array(
'changeset' => $output,
));
}
require_celerity_resource('differential-changeset-view-css');