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
/
diffusion
/
management
/
DiffusionRepositoryManagementOtherPanelGroup.php
blob
d3c99217f12151a1525a1606fa6d7ebcef8b3471
1
<
?php
2
3
final class
DiffusionRepositoryManagementOtherPanelGroup
4
extends
DiffusionRepositoryManagementPanelGroup
{
5
6
const
PANELGROUPKEY
=
'other'
;
7
8
public function
getManagementPanelGroupLabel
() {
9
return
pht
(
'Other'
);
10
}
11
12
public function
getManagementPanelGroupOrder
() {
13
return
9999
;
14
}
15
16
}