ran update
warning: Missing argument 3 for comment_og_link_alter() in /home/user/public_html/sites/all/modules/comment_og/comment_og.module on line 64.
ran update
warning: Missing argument 3 for comment_og_link_alter() in /home/user/public_html/sites/all/modules/comment_og/comment_og.module on line 64.
Comments
Comment #1
tubby commented^what in that code is a boo boo?
if i remove that function, the errors go away.
Comment #2
LittleG commentedchange this:
function comment_og_link_alter(&$links, $node, $comment) {to this:
function comment_og_link_alter(&$links, $node, $comment = NULL) {Complete code:
Comment #3
tubby commentedthanks :)
Comment #4
chromix commentedThis error will fill your error logs with sadness. I just committed this fix and I'm putting out another release.
Comment #5
chromix commentedjust setting to fixed for now...