Deleting a Tab now removes it from the list in the browser

This commit is contained in:
Søren Reinke@Windows-7
2012-11-06 19:21:41 -01:00
parent 869915f991
commit e4f8b5c586

View File

@@ -794,6 +794,7 @@ namespace umbraco.cms.businesslogic
SqlHelper.ExecuteNonQuery("delete from cmsTab where id =" + id);
InitializeVirtualTabs();
// Remove from cache
FlushFromCache(Id);
}