Active
Project:
Autosave
Version:
6.x-2.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2010 at 15:29 UTC
Updated:
4 Jan 2011 at 01:21 UTC
warning: Parameter 2 to autosave_form_alter() expected to be a reference, value given in /usr/local/share/d6/test-84/includes/common.inc on line 2883.
Comments
Comment #1
bekirdag commentedtry changing
function autosave_form_alter(&$form, &$form_state, $form_id) {
to
function autosave_form_alter(&$form, $form_state, $form_id) {
on line 87 in autosave.module