@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix a typo.

Test Plan: (None.)

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

Differential Revision: https://secure.phabricator.com/D2483

authored by

Craig Silverstein and committed by
epriestley
18deff55 5af1dff0

+2 -1
+2 -1
src/applications/diffusion/request/base/DiffusionRequest.php
··· 243 243 $commit->getID()); 244 244 if (!$data) { 245 245 $data = new PhabricatorRepositoryCommitData(); 246 - $data->setCommitMessage('(This commit has not fully parsed yet.)'); 246 + $data->setCommitMessage( 247 + '(This commit has not been fully parsed yet.)'); 247 248 } 248 249 $this->repositoryCommitData = $data; 249 250 }