Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / herald / action / HeraldApplicationActionGroup.php
blobb2b6e8d2c645a280827f9db501e168ff97dbcef0
1 <?php
3 final class HeraldApplicationActionGroup extends HeraldActionGroup {
5 const ACTIONGROUPKEY = 'application';
7 public function getGroupLabel() {
8 return pht('Application');
11 protected function getGroupOrder() {
12 return 1500;