page_manager_page_subtask_argument_ajax calls page_manager_page_form_argument with a non-existant form variable.
page_manager_page_form_argument($form, $clone_state);
$form = drupal_build_form('page_manager_page_form_argument', $form_state);
That's a pretty weird hunk, I have no idea what's actually happening there.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | ctools-1353956-3.patch | 583 bytes | tim.plunkett |
| #1 | ctools-1353956-1.patch | 566 bytes | tim.plunkett |
Comments
Comment #1
tim.plunkettThis removes the notice, but I think this bit needs some comments, or a fix.
Comment #2
tim.plunkettI don't understand the purpose of this line, since $clone_state doesn't seem to be modified, and the return value isn't captured.
Comment #3
tim.plunkettHm, I think this looks right.
Comment #4
tim.plunketthttp://drupalcode.org/project/ctools.git/commit/88c53ec