Commit f50d3041 by Chris Dodge Committed by Brian Talbot

missed a local variable

parent 2ce2f086
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment