fix false "error": "Cant destroy RepInfo"
This commit is contained in:
parent
9cbe05edfe
commit
bf06206445
@ -777,10 +777,7 @@ public function NotifyLogout(Controller C)
|
|||||||
{
|
{
|
||||||
`Log_Trace();
|
`Log_Trace();
|
||||||
|
|
||||||
if (!DestroyRepInfo(C))
|
DestroyRepInfo(C);
|
||||||
{
|
|
||||||
`Log_Error("Can't destroy RepInfo of:" @ C);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function bool CreateRepInfo(Controller C)
|
public function bool CreateRepInfo(Controller C)
|
||||||
|
Loading…
Reference in New Issue
Block a user