From fafaa6f2b9f305cd513c619910d294c96a26e0cb Mon Sep 17 00:00:00 2001 From: Nikro Date: Thu, 24 Oct 2013 22:58:48 +0300 Subject: [PATCH] Issue #1553202 by Nikro: Fixed author_pane.module integration --- user_relationships.author-pane.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user_relationships.author-pane.inc b/user_relationships.author-pane.inc index 05ae151..2ed903c 100644 --- a/user_relationships.author-pane.inc +++ b/user_relationships.author-pane.inc @@ -68,20 +68,20 @@ function user_relationships_preprocess_author_pane(&$variables) { if (!user_relationships_can_request($user, $rtype) || !user_relationships_can_receive($account, $rtype)) { continue; } - $css_class = array(str_replace(' ', '-', $rtype->name), 'author-pane-link', 'user_relationships_popup_link', 'author-relationship-add-icon'); + $css_class = array(str_replace(' ', '-', $rtype->name), 'author-pane-link', 'user_relationships_popup_link', 'author-relationship-remove-icon'); //add link if (!isset($variables['user_relationships'])) { $variables['user_relationships'] = ''; } $variables['user_relationships'] .= '