Closed (fixed)
Project:
Exif
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
7 Mar 2011 at 16:19 UTC
Updated:
20 Apr 2011 at 20:51 UTC
The enclosed patch prevents the following error message from being displayed:
Deprecated function: Call-time pass-by-reference has been deprecated in drupal_load() (line 933 of /home/simor/Zend/workspaces/DefaultWorkspace7/Scratchpads-2.0/includes/bootstrap.inc).
The function declaration already states that $ar_exif is passed by reference, so there is no need to state that it should be passed by reference at runtime anyway.
| Comment | File | Size | Author |
|---|---|---|---|
| exif.module.patch | 1.32 KB | sdrycroft |
Comments
Comment #1
jphautin commentedComment #2
jphautin commentedpatch applied. is available on 7.x-1.x-dev. should be released with 7.x-1.0-beta3.
Comment #3
jphautin commented