Committing updates.

This commit is contained in:
Преподобный Ален
2022-09-23 17:29:02 +03:00
parent 7fd514a961
commit 1ef81e8344
4 changed files with 22 additions and 30 deletions

View File

@@ -1053,8 +1053,7 @@ namespace Apostol {
}
if (Context.Status() >= Context::csInitialized) {
CheckProviders(Now, Context);
FetchProviders(Now, Context);
CheckProviders(Context, Now);
}
}