Call-time pass-by-reference has been deprecated in /var/www/html/sites/all/modules/comment_og/comment_og.module on line 279
replace line 279 with return comment_form_add_preview($form, $form_state);
return comment_form_add_preview($form, $form_state);
That's exactly what I had done on my local copy. Incorporating this into the next dev release.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
BlackRocket commentedreplace line 279 with
return comment_form_add_preview($form, $form_state);Comment #2
chromix commentedThat's exactly what I had done on my local copy. Incorporating this into the next dev release.