fix undefined var

This commit is contained in:
osaajani 2020-09-23 23:20:44 +02:00
parent b98d5a22ef
commit 6062446027
1 changed files with 0 additions and 7 deletions

View File

@ -45,13 +45,6 @@
</tr>
</thead>
<tbody>
<?php foreach ($groups as $group) { ?>
<tr>
<td><?php $this->s($group['name']); ?></td>
<td><?php $this->s($group['nb_contacts']); ?></td>
<td><input type="checkbox" name="ids[]" value="<?php $this->s($group['id']); ?>"></td>
</tr>
<?php } ?>
</tbody>
</table>
</div>