Index: authorize.php
===================================================================
RCS file: /Users/wright/drupal/local_repo/drupal/authorize.php,v
retrieving revision 1.7
diff -u -p -r1.7 authorize.php
--- authorize.php	6 Mar 2010 06:31:23 -0000	1.7
+++ authorize.php	21 Apr 2010 17:32:30 -0000
@@ -158,7 +158,8 @@ if (authorize_access_allowed()) {
     }
     elseif (!$batch = batch_get()) {
       // We have a batch to process, show the filetransfer form.
-      $output = drupal_render(drupal_get_form('authorize_filetransfer_form'));
+      $form = drupal_get_form('authorize_filetransfer_form');
+      $output = drupal_render($form);
     }
   }
   // We defer the display of messages until all operations are done.
