Merge branch 'master' into phutil_tag

Auditors: vrana
This commit is contained in:
epriestley
2013-02-13 12:42:57 -08:00
49 changed files with 855 additions and 241 deletions

View File

@@ -249,7 +249,7 @@ final class PhrictionEditController
'uri' => '/phriction/preview/?draftkey='.$draft_key,
));
return $this->buildStandardPageResponse(
return $this->buildApplicationPage(
array(
$draft_note,
$error_view,
@@ -258,6 +258,7 @@ final class PhrictionEditController
),
array(
'title' => pht('Edit Document'),
'device' => true,
));
}