B2017-152 Don't crash if the administrator has the database locked
This commit is contained in:
parent
00b90f3713
commit
54a50c8436
@ -1177,7 +1177,7 @@ namespace VEPROMS
|
|||||||
public SessionInfo MySessionInfo
|
public SessionInfo MySessionInfo
|
||||||
{
|
{
|
||||||
get {
|
get {
|
||||||
if (_MySessionInfo == null)
|
if (_MySessionInfo == null && MyParent != null)// B2017-152 Don't crash if MySessionInfo is null
|
||||||
_MySessionInfo = MyParent.MySessionInfo;
|
_MySessionInfo = MyParent.MySessionInfo;
|
||||||
return _MySessionInfo;
|
return _MySessionInfo;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user