Fix by dimitri_kourk for 4.7.1 issue with Preview. Work items: 30502
This commit is contained in:
@@ -41,7 +41,7 @@ namespace umbraco.presentation.preview
|
||||
public PreviewContent(User user, Guid previewSet, bool validate)
|
||||
{
|
||||
m_userId = user.Id;
|
||||
updatePreviewPaths(previewSet, validate);
|
||||
ValidPreviewSet = updatePreviewPaths(previewSet, validate);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user