Forgot one location for capitaliation

This commit is contained in:
Matt Nadareski
2016-05-09 19:24:04 -07:00
parent 78f3b2f70d
commit e0de3fe665

View File

@@ -178,7 +178,7 @@ COMMIT;";
} }
// If the source isn't in, add it and get the insert id // If the source isn't in, add it and get the insert id
if (source != "" && sourceid == 0 && !sources.ContainsKey(source)) if (source != "" && sourceid == 0 && !sources.ContainsKey(source.ToLowerInvariant()))
{ {
string tquery = @"BEGIN; string tquery = @"BEGIN;
INSERT INTO source (name, url) INSERT INTO source (name, url)