diff --git a/src/applications/feed/story/PhabricatorFeedStory.php b/src/applications/feed/story/PhabricatorFeedStory.php --- a/src/applications/feed/story/PhabricatorFeedStory.php +++ b/src/applications/feed/story/PhabricatorFeedStory.php @@ -520,7 +520,7 @@ } public function newMarkupEngine($field) { - return PhabricatorMarkupEngine::newMarkupEngine(array()); + return PhabricatorMarkupEngine::getEngine(); } public function getMarkupText($field) {