Wrong CSS class for the add relationship link for the Author Pane integration

// user_relationships.author-pane.inc line 71

// As it is now
$css_class = array(str_replace(' ', '-', $rtype->name), 'author-pane-link', 'user_relationships_popup_link', 'author-relationship-remove-icon');

// It should be
$css_class = array(str_replace(' ', '-', $rtype->name), 'author-pane-link', 'user_relationships_popup_link', 'author-relationship-add-icon');

// 'author-relationship-remove-icon' should be 'author-relationship-add-icon'

CommentFileSizeAuthor
#2 wrong_css_class-1937664-2.patch845 bytesScyther
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Berdir’s picture

Status: Needs review » Needs work

Please upload this as a patch file.

Scyther’s picture

Status: Needs work » Needs review
FileSize
845 bytes

Patch

Andre-B’s picture

Status: Needs review » Reviewed & tested by the community
Berdir’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed and pushed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.