The following error appears when fb_social module has been enabled:
Deprecated function: Call-time pass-by-reference has been deprecated in drupal_load() (line 911 of /home/juampy/projects/drupal7/drupal/includes/bootstrap.inc).
It is caused because there is a function call that sends one of the parameters by reference.
Creating issue to add patch with reference.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | deprecated_function_1273252.patch | 475 bytes | juampynr |
Comments
Comment #1
juampynr commentedPatch added. Please consider git attribution.
Comment #2
Svekke commentedThank you for the patch. Works for me.
Comment #3
juampynr commentedChanged status based in comment #2 by Svekke.
Comment #4
ferdi commentedFixed, http://drupalcode.org/project/fb_social.git/commit/fa267c9
thanks!