1
0
Fork 0
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:
skarphet 2013-01-20 05:19:15 +01:00 committed by epriestley
parent 7a9c28d2d8
commit 76e44ad930

View file

@ -168,7 +168,6 @@ abstract class PhabricatorController extends AphrontController {
if (idx($options, 'device')) {
$page->setDeviceReady(true);
$view->appendChild($page->renderFooter());
}
$application_menu = $this->buildApplicationMenu();