Explorar el Código

BC break fix. get for forms is now getVar

Thanos Polymeneas hace 13 años
padre
commit
856b669612
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
     }
 
     /**