mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Also remove the unused $last_idx
assignment
This commit is contained in:
parent
81541db892
commit
b6c646ffbe
@ -395,7 +395,6 @@ class FieldList extends ArrayList
|
||||
public function findTab($tabName)
|
||||
{
|
||||
$parts = explode('.', $tabName ?? '');
|
||||
$last_idx = count($parts ?? []) - 1;
|
||||
|
||||
$currentPointer = $this;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user