diff --git a/views_pdf_template.php b/views_pdf_template.php
index 44e1e79..95b73d6 100644
--- a/views_pdf_template.php
+++ b/views_pdf_template.php
@@ -591,7 +591,11 @@ class PdfTemplate extends FPDI
       if (!empty($column->options['exclude'])) {
         continue;
       }
-      
+
+      if(!is_array($options['info'][$id]) ) {
+        $options['info'][$id] = array();
+      }
+
       $options['info'][$id] += array(
         'header_style' => array(),
         'body_style' => array(),
