Skip to content

Commit ba66b2b

Browse files
committed
Product URL may not have been visible on the product edit page after import
1 parent b7141de commit ba66b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Libraries/SmartStore.Services/Seo/UrlRecordService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private void ValidateCacheState()
7070

7171
protected override void OnClearCache()
7272
{
73-
_cacheManager.Remove(URLRECORD_ALL_PATTERN);
73+
_cacheManager.RemoveByPattern(URLRECORD_ALL_PATTERN);
7474
}
7575

7676
public virtual void DeleteUrlRecord(UrlRecord urlRecord)

0 commit comments

Comments
 (0)