Appeared a typo in previous commmit

Didn't notice on system where had htaccess custom field.
This commit is contained in:
2013-11-13 14:37:47 +06:00
parent ac03ae737f
commit 7a5588a408

View File

@@ -148,7 +148,7 @@ final class PhabricatorUser
if (count($xactions)) {
$editor = id(new PhabricatorUserProfileEditor())
->setActor($this)
->setContentSource($xaction->getContentSource());
->setContentSource($xactions[0]->getContentSource());
$editor->applyTransactions($this, $xactions);
}
}