fix #5940 - add MySQL support to Oqtane 10

This commit is contained in:
sbwalker
2026-01-05 15:49:42 -05:00
parent d6ea610764
commit 86f88c4f7c
5 changed files with 34 additions and 25 deletions

View File

@@ -197,7 +197,7 @@
}
catch (Exception ex)
{
await logger.LogError(ex, "Error Udate Job {Job} {Error}", job, ex.Message);
await logger.LogError(ex, "Error Updating Job {Job} {Error}", job, ex.Message);
AddModuleMessage(Localizer["Error.Job.Update"], MessageType.Error);
}
}