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:
		@@ -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,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user