Pārlūkot izejas kodu

BC break fix. get for forms is now getVar

Thanos Polymeneas 13 gadi atpakaļ
vecāks
revīzija
856b669612
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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');
     }
 
     /**