summaryrefslogtreecommitdiff
path: root/modules/upload
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-06 15:30:19 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-06 15:30:19 +0000
commitc3cb1ea435b34ab1ef6b074774528a5226b5e884 (patch)
tree3b570f0f1d5c0a045d8e593494fc7f2026a327fd /modules/upload
parentcfe001af7a26926f02672275dcd516841fc1b985 (diff)
downloadbrdo-c3cb1ea435b34ab1ef6b074774528a5226b5e884.tar.gz
brdo-c3cb1ea435b34ab1ef6b074774528a5226b5e884.tar.bz2
#56921, revert earlier patches, patch by chx
Diffstat (limited to 'modules/upload')
-rw-r--r--modules/upload/upload.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/upload/upload.module b/modules/upload/upload.module
index 2bc042497..a523d5ab9 100644
--- a/modules/upload/upload.module
+++ b/modules/upload/upload.module
@@ -640,7 +640,7 @@ function upload_js() {
_upload_validate($node);
$form = _upload_form($node);
- form_builder('upload_js', $form);
+ $form = form_builder('upload_js', $form);
$output = theme('status_messages') . form_render($form);
// We send the updated file attachments form.