fix release type check for prod copy

This commit is contained in:
Stephen Birarda 2016-01-18 18:26:15 -08:00
parent 1deaebd544
commit d7c5036a42

View file

@ -971,7 +971,7 @@ Function HandlePostInstallOptions
${EndIf}
${EndIf}
${If} @PRODUCTION_BUILD@ == 1
${If} @PR_BUILD@ == 1
; check if we need to copy settings/content from production for this PR build
${NSD_GetState} $CopyFromProductionCheckbox $CopyFromProductionState