@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 `pht` method call

Summary: Ref T7046. I missed this in D11680.

Test Plan: `arc lint`

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7046

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

+3 -1
+3 -1
src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php
··· 24 24 if ($err) { 25 25 return $this->markupError( 26 26 pht( 27 - 'Execution of `figlet` failed:', $stderr)); 27 + 'Execution of `%s` failed: %s', 28 + 'figlet', 29 + $stderr)); 28 30 } 29 31 30 32