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
/
controller
/
DiffusionLogController.php
blob
9e5a4eaa3d212689cbf2e87faaa4a35fb746f0af
1
<
?php
2
3
abstract class
DiffusionLogController
extends
DiffusionController
{
4
5
protected function
shouldLoadDiffusionRequest
() {
6
return false
;
7
}
8
9
}