mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Remove obsolete setup check call to Maniphest "Can Edit <X>" field checks
Summary: Ref T13164. Missed this in D19581. Test Plan: - Forced setup checks to re-run by visiting {nav Config > Setup Issues} explicitly. - Before patch: fatal on call to nonexistent method. - After patch: setup issues. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13164 Differential Revision: https://secure.phabricator.com/D19593
This commit is contained in:
parent
0ccf1410e0
commit
a48e6897a4
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ final class PhabricatorExtraConfigSetupCheck extends PhabricatorSetupCheck {
|
|||
$issue->addPhabricatorConfig($key);
|
||||
}
|
||||
}
|
||||
|
||||
$this->executeManiphestFieldChecks();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue