missed a local variable

This commit is contained in:
Chris Dodge
2013-07-29 15:11:57 -04:00
committed by Brian Talbot
parent 2ce2f08664
commit f50d304166

View File

@@ -630,7 +630,7 @@ function saveNewCourse(e) {
// check for suitable encoding
if (!bInErr) {
encoding_errMsg = gettext('Please do not use any spaces or special characters in this field.');
var encoding_errMsg = gettext('Please do not use any spaces or special characters in this field.');
if (encodeURIComponent(org) != org)
org_errMsg = encoding_errMsg;