Parcourir la source

BC break fix. get for forms is now getVar

Thanos Polymeneas il y a 13 ans
Parent
commit
856b669612
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Util/FormViewIterator.php

+ 1 - 1
Util/FormViewIterator.php

@@ -61,7 +61,7 @@ class FormViewIterator implements \RecursiveIterator
      */
     public function key()
     {
-        return $this->current()->get('id');
+        return $this->current()->getVar('id');
     }
 
     /**