mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Correct spelling of occurred (#3222)
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
9c49c831c1
commit
77e13b817a
|
@ -8,7 +8,7 @@
|
||||||
(% block body %)
|
(% block body %)
|
||||||
<h2>Error</h2>
|
<h2>Error</h2>
|
||||||
<main id="main">
|
<main id="main">
|
||||||
<p>An unrecoverable error occured. Please contact your administrator with the details below.</p>
|
<p>An unrecoverable error occurred. Please contact your administrator with the details below.</p>
|
||||||
<p>Error Code: (( err_code ))</p>
|
<p>Error Code: (( err_code ))</p>
|
||||||
<p>Operation ID: (( operation_id ))</p>
|
<p>Operation ID: (( operation_id ))</p>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -179,7 +179,7 @@ impl QueryServer {
|
||||||
|
|
||||||
// Execute whatever operations we have batched up and ready to go. This is needed
|
// Execute whatever operations we have batched up and ready to go. This is needed
|
||||||
// to preserve ordering of the operations - if we reloaded after a remigrate then
|
// to preserve ordering of the operations - if we reloaded after a remigrate then
|
||||||
// we would have skipped the patch level fix which needs to have occured *first*.
|
// we would have skipped the patch level fix which needs to have occurred *first*.
|
||||||
if reload_required {
|
if reload_required {
|
||||||
write_txn.reload()?;
|
write_txn.reload()?;
|
||||||
// We are not yet at the schema phase where reindexes will auto-trigger
|
// We are not yet at the schema phase where reindexes will auto-trigger
|
||||||
|
|
Loading…
Reference in a new issue