@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 self-cancelling typo

Summary: Ref D18268. This typo cancelled itself out, and I can't find any other callers.

Test Plan: arc unit

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+2 -2
+2 -2
src/applications/diffusion/protocol/DiffusionRepositoryClusterEngine.php
··· 208 208 209 209 $this->synchronizeWorkingCopyFromDevices($fetchable); 210 210 } else { 211 - $this->synchornizeWorkingCopyFromRemote(); 211 + $this->synchronizeWorkingCopyFromRemote(); 212 212 } 213 213 214 214 PhabricatorRepositoryWorkingCopyVersion::updateVersion( ··· 609 609 /** 610 610 * @task internal 611 611 */ 612 - private function synchornizeWorkingCopyFromRemote() { 612 + private function synchronizeWorkingCopyFromRemote() { 613 613 $repository = $this->getRepository(); 614 614 $device = AlmanacKeys::getLiveDevice(); 615 615