Closed (fixed)
Project:
Follow
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2011 at 13:14 UTC
Updated:
15 Jul 2012 at 22:11 UTC
The follow.api.php API for drupal 7 seems to be changed. It should look like this:
<?php
function custom_module_follow_networks_alter(&$networks, $uid = 0) {
// Add a network.
$networks[0]['hyves'] = array(
'title' => t('Hyves'),
'domain' => '',
);
}
Comments
Comment #1
Chris CharltonFixed http://drupal.org/node/1247952#comment-6028192