repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
herald
/
action
/
HeraldSupportActionGroup.php
blob
aa76e649d63ee28a854689adc882bfbacc9bc686
1
<
?php
2
3
final class
HeraldSupportActionGroup
extends
HeraldActionGroup
{
4
5
const
ACTIONGROUPKEY
=
'support'
;
6
7
public function
getGroupLabel
() {
8
return
pht
(
'Supporting Applications'
);
9
}
10
11
protected function
getGroupOrder
() {
12
return
4000
;
13
}
14
15
}