There's a typo in user_relationshipsactivity @ line 31.
@@ -28,7 +28,7 @@ The module also invokes a "user_relation
* This defines what hooks activity module should use
*/
function user_relationshipsactivity_activity_info() {
- $types = user_relationships_types_load();
+ $types = user_relationships_relationship_types_load();
foreach ($types as $type) {
$token_types[$type->name] = $type->name;
| Comment | File | Size | Author |
|---|---|---|---|
| user_relationshipsactivity.patch | 567 bytes | mikejoconnor |
Comments
Comment #1
sirkitree commentedReally?
Looking at the 5.x-3.x-dev branch tells differently.
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/activity/co...
Are you sure you're using the dev?
Comment #2
sirkitree commented