Closed (fixed)
Project:
Service links
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2009 at 06:18 UTC
Updated:
1 Oct 2010 at 10:40 UTC
I get this warning when I view a page with the share this link.
The line is
<?php
$services = service_links_get_links(array_filter($settings['link_show']));
?>
the variable $settings['link_show'] is NULL, which is why the warning appears.
Comments
Comment #1
lelizondo commentedsubscribing, I'm having the same problem
Comment #2
irksome commentedI had the same problem, but then I noticed that I hadn't added any services from the "Services"-tab in the admin panel.
Comment #3
ozish commentedSame here. Just add at least one service and the error disappears. This is what the OP implies.
Comment #4
TheCrow commentedfixed long time ago by sun's patch