@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Minor, fix a name collision between HeraldRuleController and PhabricatorController.

Auditors: btrahan

+2 -2
+2 -2
src/applications/herald/controller/HeraldRuleController.php
··· 100 100 $must_match_selector = $this->renderMustMatchSelector($rule); 101 101 $repetition_selector = $this->renderRepetitionSelector($rule); 102 102 103 - $handles = $this->loadHandles($rule); 103 + $handles = $this->loadHandlesForRule($rule); 104 104 105 105 require_celerity_resource('herald-css'); 106 106 ··· 448 448 )); 449 449 } 450 450 451 - private function loadHandles($rule) { 451 + private function loadHandlesForRule($rule) { 452 452 $phids = array(); 453 453 454 454 foreach ($rule->getActions() as $action) {