{"record":{"id":"20a2b0bbe0cc6dbd","repo":"phacility/phabricator","slug":"you-can-not-accept-this-revision-because-you-are-t","errorCode":null,"errorMessage":"You can not accept this revision because you are the revision author. You can only accept revisions you do not own. You can change this behavior by adjusting the \"%s\" setting in Config.","messagePattern":"You can not accept this revision because you are the revision author\\. You can only accept revisions you do not own\\. You can change this behavior by adjusting the \"(.+?)\" setting in Config\\.","errorType":"validation","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"src/applications/differential/xaction/DifferentialRevisionAcceptTransaction.php","lineNumber":176,"sourceCode":"  }\n\n  protected function validateAction($object, PhabricatorUser $viewer) {\n    if ($object->isClosed()) {\n      throw new Exception(\n        pht(\n          'You can not accept this revision because it has already been '.\n          'closed. Only open revisions can be accepted.'));\n    }\n\n    if ($object->isDraft() || !$object->getShouldBroadcast()) {\n      throw new Exception(\n        pht('You can not accept a draft revision.'));\n    }\n\n    $config_key = 'differential.allow-self-accept';\n    if (!PhabricatorEnv::getEnvConfig($config_key)) {\n      if ($this->isViewerRevisionAuthor($object, $viewer)) {\n        throw new Exception(\n          pht(\n            'You can not accept this revision because you are the revision '.\n            'author. You can only accept revisions you do not own. You can '.\n            'change this behavior by adjusting the \"%s\" setting in Config.',\n            $config_key));\n      }\n    }\n\n    if ($this->isViewerFullyAccepted($object, $viewer)) {\n      throw new Exception(\n        pht(\n          'You can not accept this revision because you have already '.\n          'accepted it.'));\n    }\n  }\n\n  protected function validateOptionValue($object, $actor, array $value) {\n    if (!$value) {","sourceCodeStart":158,"sourceCodeEnd":194,"githubUrl":"https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/differential/xaction/DifferentialRevisionAcceptTransaction.php#L158-L194","documentation":"Error \"You can not accept this revision because you are the revision author. You can only accept revisions you do not own. You can change this behavior by adjusting the \"%s\" setting in Config.\" thrown in phacility/phabricator.","triggerScenarios":"Thrown at src/applications/differential/xaction/DifferentialRevisionAcceptTransaction.php:176 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"5720a38cfe95b00ca4be5016dd0d2f3195f4fa04","analyzedAt":"2026-08-21T05:07:25.672Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}