Fixing that DefaultContentManagerSesson.Clear() should clear all of its dictionaries

This commit is contained in:
Lombiq
2014-12-28 00:29:21 +01:00
committed by Benedek Farkas
parent 15c02aaa3a
commit 767aa42456
@@ -31,6 +31,7 @@ namespace Orchard.ContentManagement {
public void Clear() {
_itemByVersionRecordId.Clear();
_itemByVersionNumber.Clear();
_publishedItemsByContentRecordId.Clear();
}
}