Fix return value from new method added in 49fd482

This commit is contained in:
Stephen Abello
2021-07-30 10:54:16 +02:00
parent 7783ba570e
commit 243d105f59

View File

@@ -97,6 +97,7 @@ class CaseLogEntry extends ActivityEntry
// Reset bIsFromCurrentUser as UserRights often consider '' login as current user login
$this->bIsFromCurrentUser = null;
}
return $this;
}
/**