logic error in updateMemberships method for CoGroupMember

XMLWordPrintable

      The updateMemberships() method has this code:

      // First, pull the current group roles.
      $curRoles = $this->findCoPersonGroupRoles($coPersonId);

      // And also the roles of $requesterCoPersonId, in case we need to check ownership
      $requesterRoles = $this->findCoPersonGroupRoles($requesterRoles);

      It should be this:

      // First, pull the current group roles.
      $curRoles = $this->findCoPersonGroupRoles($coPersonId);

      // And also the roles of $requesterCoPersonId, in case we need to check ownership
      $requesterRoles = $this->findCoPersonGroupRoles($requesterCoPersonId);

            Assignee:
            Scott Koranda SCG (Inactive)
            Reporter:
            Scott Koranda SCG (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: