This commit is contained in:
@@ -218,7 +218,7 @@ namespace VEPROMS.CSLA.Library
|
||||
if (xp != null)
|
||||
{
|
||||
XmlNodeList xl = xp.SelectNodes(path);
|
||||
if (xl != null)
|
||||
if (xl != null && xl.Count > 0)
|
||||
return xl;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user