mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 19:31:02 +01:00
Removed RenderFooter
Removed RenderFooter from PhabricatorController
This commit is contained in:
parent
7a9c28d2d8
commit
76e44ad930
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ abstract class PhabricatorController extends AphrontController {
|
||||||
|
|
||||||
if (idx($options, 'device')) {
|
if (idx($options, 'device')) {
|
||||||
$page->setDeviceReady(true);
|
$page->setDeviceReady(true);
|
||||||
$view->appendChild($page->renderFooter());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$application_menu = $this->buildApplicationMenu();
|
$application_menu = $this->buildApplicationMenu();
|
||||||
|
|
Loading…
Reference in a new issue