Skip to content

Commit

Permalink
BUGFIX: Dont need (and cant call) iteratorProperties calls as workaro…
Browse files Browse the repository at this point in the history
…und any more
  • Loading branch information
Hamish Friedlander committed Mar 5, 2012
1 parent 374ed19 commit 763e644
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions forms/gridfield/GridFieldPopupForms.php
Expand Up @@ -311,9 +311,6 @@ function Breadcrumbs($unlinked = false) {
)));
}

// TODO Remove once ViewableData->First()/Last() is fixed
foreach($items as $i => $item) $item->iteratorProperties($i, $items->Count());

return $items;
}
}

0 comments on commit 763e644

Please sign in to comment.