mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Disable Maniphest Remarkup rule with disabled Maniphest
Test Plan: Disabled Maniphest, wrote T1000, enabled, wrote T1000. Reviewers: pieter, epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4010
This commit is contained in:
parent
03aca35cce
commit
58716521bd
1 changed files with 6 additions and 2 deletions
|
@ -400,13 +400,17 @@ final class PhabricatorMarkupEngine {
|
|||
$rules[] = new PhabricatorRemarkupRulePhriction();
|
||||
|
||||
$rules[] = new PhabricatorRemarkupRuleDifferentialHandle();
|
||||
if (PhabricatorEnv::getEnvConfig('maniphest.enabled')) {
|
||||
$rules[] = new PhabricatorRemarkupRuleManiphestHandle();
|
||||
}
|
||||
|
||||
$rules[] = new PhabricatorRemarkupRuleEmbedFile();
|
||||
|
||||
$rules[] = new PhabricatorRemarkupRuleDifferential();
|
||||
$rules[] = new PhabricatorRemarkupRuleDiffusion();
|
||||
if (PhabricatorEnv::getEnvConfig('maniphest.enabled')) {
|
||||
$rules[] = new PhabricatorRemarkupRuleManiphest();
|
||||
}
|
||||
$rules[] = new PhabricatorRemarkupRulePaste();
|
||||
|
||||
$rules[] = new PhabricatorRemarkupRuleCountdown();
|
||||
|
|
Loading…
Reference in a new issue