We can't always assume RDF mapping is always set

    case '_user_resource_login':
      // Remove rdf_mapping from user object.
      if ($result->user && $result->user->rdf_mapping) {
        unset($result->user->rdf_mapping);
      }
      break;
  }

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

scotthooker created an issue. See original summary.

tyler.frankenstein’s picture

Status: Active » Closed (fixed)

Thanks Scott.