1
0
Fork 0
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:
epriestley 2014-01-20 10:03:32 -08:00
parent 1711e516e4
commit 01a80af976

View file

@ -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);