@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.

minor: fix translation error in exception

Test Plan: look hard at code.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

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

authored by

Aviv Eyal and committed by
avivey
dbe72df5 376ea1dd

+1
+1
src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php
··· 217 217 'index "%s"). You should manually create this directory or '. 218 218 'choose a different logfile location. %s', 219 219 $dir, 220 + $index, 220 221 $ex->getMessage())); 221 222 } 222 223 }