@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 for `CelerityManagementMapWorkflow`

Summary: `phutil_var_export` only accepts a single parameter. This bug was introduced in D9926.

Test Plan: Eye-ball it.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

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

+1 -1
+1 -1
src/infrastructure/celerity/management/CelerityManagementMapWorkflow.php
··· 351 351 } 352 352 353 353 private function formatMapContent(array $data) { 354 - $content = phutil_var_export($data, true); 354 + $content = phutil_var_export($data); 355 355 356 356 $generated = '@'.'generated'; 357 357 return <<<EOFILE