mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Minor, fix a name collision between HeraldRuleController and PhabricatorController.
Auditors: btrahan
This commit is contained in:
parent
1bf338170a
commit
f5e738b7ca
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ final class HeraldRuleController extends HeraldController {
|
|||
$must_match_selector = $this->renderMustMatchSelector($rule);
|
||||
$repetition_selector = $this->renderRepetitionSelector($rule);
|
||||
|
||||
$handles = $this->loadHandles($rule);
|
||||
$handles = $this->loadHandlesForRule($rule);
|
||||
|
||||
require_celerity_resource('herald-css');
|
||||
|
||||
|
@ -448,7 +448,7 @@ final class HeraldRuleController extends HeraldController {
|
|||
));
|
||||
}
|
||||
|
||||
private function loadHandles($rule) {
|
||||
private function loadHandlesForRule($rule) {
|
||||
$phids = array();
|
||||
|
||||
foreach ($rule->getActions() as $action) {
|
||||
|
|
Loading…
Reference in a new issue