mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Minor, fix a fatal on Herald Admin controller
Summary: Just a bad merge for the edit history, I think. We need to pass $user or we fatal trying to render timestamps. https://secure.phabricator.com/herald/all/view/differential/ Test Plan: Looked at Herald admin view. Reviewers: jungejason, xela, nh, btrahan, fratrik Reviewed By: fratrik CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1611
This commit is contained in:
parent
6a17de65df
commit
ba05ac595c
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class HeraldAllRulesController extends HeraldController {
|
|||
->setMap($map)
|
||||
->setShowType(true)
|
||||
->setAllowCreation(false)
|
||||
->setUser($user)
|
||||
->setView($this->view);
|
||||
$panel = $list_view->render();
|
||||
$panel->appendChild($pager);
|
||||
|
|
Loading…
Reference in a new issue