Appeared a typo in previous commmit
Didn't notice on system where had htaccess custom field.
This commit is contained in:
@@ -148,7 +148,7 @@ final class PhabricatorUser
|
|||||||
if (count($xactions)) {
|
if (count($xactions)) {
|
||||||
$editor = id(new PhabricatorUserProfileEditor())
|
$editor = id(new PhabricatorUserProfileEditor())
|
||||||
->setActor($this)
|
->setActor($this)
|
||||||
->setContentSource($xaction->getContentSource());
|
->setContentSource($xactions[0]->getContentSource());
|
||||||
$editor->applyTransactions($this, $xactions);
|
$editor->applyTransactions($this, $xactions);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user