We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805cd91 commit c3bb5cdCopy full SHA for c3bb5cd
eFormAPI/eFormAPI.Web/Hosting/Helpers/PluginHelper.cs
@@ -55,7 +55,7 @@ public static List<IEformPlugin> GetPlugins(IConfiguration configuration)
55
// }
56
57
var dbNameSection = Regex.Match(connectionString, @"(Database=\w*;)").Groups[0].Value;
58
- var dbPrefix = Regex.Match(connectionString, @"Database=(.*)_").Groups[1].Value;
+ var dbPrefix = Regex.Match(connectionString, @"Database=(\d*)_").Groups[1].Value;
59
60
foreach (var plugin in GetAllPlugins())
61
{
0 commit comments