found a code bug in [advagg_bundler.admin.inc]

  list($data, $rows) = advagg_form_print_r($data);
  $form['info']['advagg_bundler_info'] = array(
    '#type'         => 'textarea',
-    '#title'        => check_plain($row['filename']),
+    '#title'        => check_plain($rows['filename']),  // Note: $rows is the logic used here
    '#default_value'  => $data,
    '#rows'           => $rows-1,
  );
CommentFileSizeAuthor
#1 advagg-1160338-1.patch813 bytesmikeytown2

Comments

mikeytown2’s picture

Status: Active » Fixed
StatusFileSize
new813 bytes

Thanks for the heads up! This patch is more like what I wanted to convey. It has been committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.