clicking on the 'more' link in the weblinks block gives me the following error messsage:
Fatal error: Call to undefined function _weblinks_block_content() in weblinks.module on line 800
This is line 800: $content = _weblinks_block_content($tid, $tid, 0, $group_id);
notice anything? any suggestions? thank you kindly!
Comments
Comment #1
nancydruSome function names changed when the block got split out.
Comment #2
rmiddle commentedNancyDru,
Did you make the Change to both 6.x-1.x and 6.x-2.x?
Thanks
Robert
Comment #3
rmiddle commentedComment #4
nancydruNo, only to 6.x-2.x.
Comment #5
rmiddle commentedComment #6
nancydrucommitted to 6.x-1.x-dev.
Comment #7
nancydruClearing the issue list.