Explorar o código

BC break fix. get for forms is now getVar

Thanos Polymeneas %!s(int64=13) %!d(string=hai) anos
pai
achega
856b669612
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Util/FormViewIterator.php

+ 1 - 1
Util/FormViewIterator.php

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