1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-23 13:08:18 +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:
Chad Little 2016-06-19 07:59:35 -07:00
parent 431ca4aac3
commit f763c314e1

View file

@ -39,6 +39,7 @@ final class PhameBlogSite extends PhameSite {
->setViewer(new PhabricatorUser()) ->setViewer(new PhabricatorUser())
->withDomain($host) ->withDomain($host)
->needProfileImage(true) ->needProfileImage(true)
->needHeaderImage(true)
->withStatuses( ->withStatuses(
array( array(
PhameBlog::STATUS_ACTIVE, PhameBlog::STATUS_ACTIVE,