@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 typo from initializeNewLog() refactor

Summary: I typo'd this.

See: <https://github.com/facebook/phabricator/issues/486>

Test Plan: Changed primary email address.

Auditors: btrahan

+1 -1
+1 -1
src/applications/people/editor/PhabricatorUserEditor.php
··· 536 536 $email->setIsPrimary(1); 537 537 $email->save(); 538 538 539 - $log = PhabricatorUserLog::initialieNewLog( 539 + $log = PhabricatorUserLog::initializeNewLog( 540 540 $actor, 541 541 $user->getPHID(), 542 542 PhabricatorUserLog::ACTION_EMAIL_PRIMARY);