diff --git a/install-dev/theme/views/footer.phtml b/install-dev/theme/views/footer.phtml
index 95b11994d..58cce38bd 100644
--- a/install-dev/theme/views/footer.phtml
+++ b/install-dev/theme/views/footer.phtml
@@ -36,6 +36,7 @@
errors.push($(this).text().trim());
});
psuser_assistance.setStep('install_step) ?>', {'error':errors});
+ $('#iframe_help').attr('src', $('#iframe_help').attr('src') + '&errors=' + encodeURI(errors.join(', ')));
}