Closed (fixed)
Project:
Comment OG
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2010 at 19:55 UTC
Updated:
19 Oct 2010 at 20:50 UTC
Call-time pass-by-reference has been deprecated in /var/www/html/sites/all/modules/comment_og/comment_og.module on line 279
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.