Hi!
After upgrading to today's dev version I got this error on the admin pages:
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /path-to-your/sites/all/modules/user_relationships/user_relationship_blocks/templates/user_relationships-pending_block.tpl.php on line 24
Ricardo
Comments
Comment #1
ayalon commentedThis one took my hole page offline. Attached a patch
Comment #2
alex.k commentedThanks for quick turnaround testing this. I think the fix is in
theme('username', $relation_to)where the missing parenthesis was. Committed in http://drupal.org/cvs?commit=234228, please give it a go.