diff --git a/chrome/content/zotero/errorReport.xul b/chrome/content/zotero/errorReport.xul index 2888d739d3..c5f81d4115 100644 --- a/chrome/content/zotero/errorReport.xul +++ b/chrome/content/zotero/errorReport.xul @@ -28,7 +28,7 @@ var continueButton = wizard.getButton('next'); continueButton.disabled = true; - var diagnosticInfo = yield Zotero.getSystemInfo(); + diagnosticInfo = yield Zotero.getSystemInfo(); var errorDataText = errorData.length ? data.errorData.join('\n\n') : Zotero.getString('errorReport.noErrorsLogged', Zotero.appName);