1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Fix missed migration constant from PHIDType rename

Summary: See D9986, we missed this one.

Test Plan: `grep`

Reviewers: joshuaspence, btrahan, bizrad6

Reviewed By: bizrad6

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D10098
This commit is contained in:
epriestley 2014-07-31 11:30:40 -07:00
parent 0f355756f5
commit fa2fcc7852

View file

@ -48,7 +48,7 @@ foreach ($rows as $row) {
$xaction_phid = PhabricatorPHID::generateNewPHID(
PhabricatorApplicationTransactionTransactionPHIDType::TYPECONST,
PhabricatorProjectPHIDTypeProject::TYPECONST);
PhabricatorProjectProjectPHIDType::TYPECONST);
queryfx(
$conn_w,