@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 small bug - %d => %s

Summary: easy peasy. noticed it trying to fix an image.

Test Plan: can fix image by phid once more!

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+1 -1
+1 -1
src/applications/files/management/PhabricatorFilesManagementWorkflow.php
··· 33 33 } 34 34 } else { 35 35 $file = id(new PhabricatorFile())->loadOneWhere( 36 - 'phid = %d', 36 + 'phid = %s', 37 37 $name); 38 38 if (!$file) { 39 39 throw new PhutilArgumentUsageException(