mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
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
This commit is contained in:
parent
1711e516e4
commit
01a80af976
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ final class PhabricatorUserEditor extends PhabricatorEditor {
|
|||
$email->setIsPrimary(1);
|
||||
$email->save();
|
||||
|
||||
$log = PhabricatorUserLog::initialieNewLog(
|
||||
$log = PhabricatorUserLog::initializeNewLog(
|
||||
$actor,
|
||||
$user->getPHID(),
|
||||
PhabricatorUserLog::ACTION_EMAIL_PRIMARY);
|
||||
|
|
Loading…
Reference in a new issue