Closed (duplicate)
Project:
LinkedIn Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Dec 2011 at 06:47 UTC
Updated:
8 Jan 2013 at 02:25 UTC
Jump to comment: Most recent file
Comments
Comment #1
stevenjohn commentedI have the same issue, added details to the block page, hope they release a working patch soon
Comment #2
socialnicheguru commentedlinkedin_auth, linkedin_profile are the two modules
Comment #3
pasqualleYes, hook_block_info() must always return an array.
wrong:
good:
Comment #4
Nigeria commentedSolved my problem when I added it to the profile module.
Comment #5
wallbay1 commentedHello where do i put the changes?
which folder? which file ?
thanks
Comment #6
attiks commentedOne is already fixed in the dev version, patch included for other one
Comment #7
socialnicheguru commentedwill this be included also. as of march dev version this patch is not
Comment #8
attiks commented@SocialNicheGuru first thing that has to be done is test this and if it's working mark it as RTBC.
Comment #9
socialnicheguru commentedsorry... it works!
Comment #10
attiks commentedchanging status according to 9
Comment #11
xurizaemonRTBC indeed. Warning shows on admin/structure/block etc.
Comment #12
ZenDoodles commentedSee also #1703360: Unnecessary Variable for blocks
Comment #13
xurizaemonYeah agreed, #1703360: Unnecessary Variable for blocks looks like a better fix than this.
Comment #14
davad commentedFixed by #1703360: Unnecessary Variable for blocks