Page MenuHomePhabricator

D12188.diff
No OneTemporary

D12188.diff

diff --git a/src/view/page/PhabricatorStandardPageView.php b/src/view/page/PhabricatorStandardPageView.php
--- a/src/view/page/PhabricatorStandardPageView.php
+++ b/src/view/page/PhabricatorStandardPageView.php
@@ -590,9 +590,7 @@
}
public function renderForQuicksand() {
- // TODO: We could run a lighter version of this and skip some work. In
- // particular, we end up including many redundant resources.
- $this->willRenderPage();
+ parent::willRenderPage();
$response = $this->renderPageBodyContent();
$response = $this->willSendResponse($response);

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 23, 11:06 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7718378
Default Alt Text
D12188.diff (588 B)

Event Timeline