mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Use celerity for document_black.png in PhabricatorStandardPageView
Summary: The image was incorrectly served on /rsrc without using celerity. This is no longer routable with recommendations in D9401. Test Plan: Browse to home page and inspect javascript link for this resource. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10040
This commit is contained in:
parent
b7517325c1
commit
3927e66959
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ final class PhabricatorStandardPageView extends PhabricatorBarePageView {
|
|||
|
||||
if ($user) {
|
||||
$default_img_uri =
|
||||
PhabricatorEnv::getCDNURI(
|
||||
'/rsrc/image/icon/fatcow/document_black.png');
|
||||
celerity_get_resource_uri(
|
||||
'rsrc/image/icon/fatcow/document_black.png');
|
||||
$download_form = phabricator_form(
|
||||
$user,
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue