dever 4 years ago
parent
commit
e3723638a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View.php

+ 1 - 1
src/View.php

@@ -143,7 +143,7 @@ class View
                 }
 
                 $data['file'][$k]['value_array'] = array();
-                if ($v['value']) {
+                if (isset($v['value']) && $v['value']) {
                     parse_str($v['value'], $data['file'][$k]['value_array']);
                 }