mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix external blog images
Summary: Reading the code, this seems correct, but I don't have a local test. Ref T9897 Test Plan: read carefully Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9897 Differential Revision: https://secure.phabricator.com/D16148
This commit is contained in:
parent
431ca4aac3
commit
f763c314e1
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ final class PhameBlogSite extends PhameSite {
|
|||
->setViewer(new PhabricatorUser())
|
||||
->withDomain($host)
|
||||
->needProfileImage(true)
|
||||
->needHeaderImage(true)
|
||||
->withStatuses(
|
||||
array(
|
||||
PhameBlog::STATUS_ACTIVE,
|
||||
|
|
Loading…
Reference in a new issue