From f763c314e1070d5cb508e5e577bfc37dc9bcb465 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 19 Jun 2016 07:59:35 -0700 Subject: [PATCH] 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 --- src/applications/phame/site/PhameBlogSite.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/phame/site/PhameBlogSite.php b/src/applications/phame/site/PhameBlogSite.php index 67ecdb0465..6a5eebaf31 100644 --- a/src/applications/phame/site/PhameBlogSite.php +++ b/src/applications/phame/site/PhameBlogSite.php @@ -39,6 +39,7 @@ final class PhameBlogSite extends PhameSite { ->setViewer(new PhabricatorUser()) ->withDomain($host) ->needProfileImage(true) + ->needHeaderImage(true) ->withStatuses( array( PhameBlog::STATUS_ACTIVE,