diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index b5dedd5606..1ef665b6eb 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -1487,7 +1487,7 @@ phutil_register_library_map(array( 'LiskIsolationTestCase' => 'PhabricatorTestCase', 'LiskIsolationTestDAO' => 'LiskDAO', 'LiskIsolationTestDAOException' => 'Exception', - 'ManiphestAction' => 'PhrictionConstants', + 'ManiphestAction' => 'ManiphestConstants', 'ManiphestAuxiliaryFieldDefaultSpecification' => 'ManiphestAuxiliaryFieldSpecification', 'ManiphestAuxiliaryFieldTypeException' => 'Exception', 'ManiphestAuxiliaryFieldValidationException' => 'Exception', diff --git a/src/applications/maniphest/constants/ManiphestAction.php b/src/applications/maniphest/constants/ManiphestAction.php index 366b7dadd1..9b76394109 100644 --- a/src/applications/maniphest/constants/ManiphestAction.php +++ b/src/applications/maniphest/constants/ManiphestAction.php @@ -19,7 +19,7 @@ /** * @group maniphest */ -final class ManiphestAction extends PhrictionConstants { +final class ManiphestAction extends ManiphestConstants { /* These actions must be determined when the story is generated and thus are new */ const ACTION_CREATE = 'create';