This commit is contained in:
2011-06-16 10:30:28 +00:00
parent 161bb92059
commit f1d48204c6
2 changed files with 26 additions and 1 deletions

View File

@@ -178,7 +178,8 @@ namespace VEPROMS.CSLA.Library
SectionInfo sectionInfo = SectionInfo.Get(_Section.ItemID);
return sectionInfo.LocalFormat;
}
return _SectionInfo.LocalFormat;
if (_SectionInfo != null)return _SectionInfo.LocalFormat;
return null;
}
set
{