mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing that DefaultContentManagerSesson.Clear() should clear all of its dictionaries
This commit is contained in:
@@ -31,6 +31,7 @@ namespace Orchard.ContentManagement {
|
||||
|
||||
public void Clear() {
|
||||
_itemByVersionRecordId.Clear();
|
||||
_itemByVersionNumber.Clear();
|
||||
_publishedItemsByContentRecordId.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user