I got this error after installing ajax comments
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/renmarkdev2.com/httpdocs/sites/all/modules/ajax_comments/ajax_comments.module on line 155
any idea what could cause this
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ajax_comments-passbyref.patch | 471 bytes | john.money |
Comments
Comment #1
playfulwolf commentedthe same for me
Comment #2
john.money commentedPatch removes pass by reference... looking at code should not impact performance, but needs testing.
Comment #3
drupalprojects commentedIt looks like patch is ok.
--------------------------------
drupal_rebuild_form($form_id, &$form_state, $args, $form_build_id = NULL) - form_state и так передается по ссылке, если я правильно понимаю
Comment #4
neochief commentedThanks for your afforts, but it's duplicate of: #434968: Got some error