Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
upload.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
21 Feb 2006 at 01:45 UTC
Updated:
7 Mar 2006 at 08:46 UTC
A "Fatal Error" JS popup occurs when uploading a file.
Spoke with chx in #drupal -- was an incorrect function call on line 545.
$form = _form_builder('upload_js', $form);
should be:
$form = form_builder('upload_js', $form);
Fixed it for me. Patch attached.
(My first actual .patch, yay! Set up TurtoiseCVS...)
--D
| Comment | File | Size | Author |
|---|---|---|---|
| upload.module_32.patch | 664 bytes | DaveNotik |
Comments
Comment #1
tangent commentedThis works for me.
Comment #2
drewish commented+1, works for me
Comment #3
dries commentedCommitted to HEAD. Thanks.
Comment #4
(not verified) commented