Commit 330b9942 authored by Mark Harding's avatar Mark Harding

(fix): fatal error in Group entity

parent 1802d07d
No related merge requests found
Pipeline #89610887 waiting for delayed job with stages
in 11 minutes and 8 seconds
......@@ -431,7 +431,7 @@ class Group extends NormalizedEntity
{
$guids = $this->getOwnerGuids();
return $guids
? guids[0]
? $guids[0]
: $this->getOwnerObj()->guid;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment