Index: core/includes/form.inc
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- core/includes/form.inc	(revision 54d5db55237679ba40995a67e27a7e48ef3a8f6b)
+++ core/includes/form.inc	(revision )
@@ -3111,7 +3111,6 @@
     // Base and default properties for the batch set.
     $init = array(
       'sandbox' => array(),
-      'results' => array(),
       'success' => FALSE,
       'start' => 0,
       'elapsed' => 0,
@@ -3121,6 +3120,7 @@
       'init_message' => t('Initializing.'),
       'progress_message' => t('Completed @current of @total.'),
       'error_message' => t('An error has occurred.'),
+      'results' => array(),
       'css' => array(),
     );
     $batch_set = $init + $batch_definition + $defaults;
