mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +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')) {
|
||||
$page->setDeviceReady(true);
|
||||
$view->appendChild($page->renderFooter());
|
||||
}
|
||||
|
||||
$application_menu = $this->buildApplicationMenu();
|
||||
|
|
Loading…
Reference in a new issue