We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9647e commit d41b8f3Copy full SHA for d41b8f3
webroot/admin/user-mgmt.php
@@ -38,11 +38,9 @@ class="stripe compact hover"
38
<th>Mail</th>
39
<th>Groups</th>
40
<th>Actions</th>
41
- <?php
42
- foreach (UserFlag::cases() as $flag) {
43
- echo "<th>$flag->value</th>";
44
- }
45
- ?>
+<?php foreach (UserFlag::cases() as $flag) : ?>
+ <th><?php echo $flag->value; ?></th>
+<?php endforeach ?>
46
</tr>
47
</thead>
48
<tbody>
0 commit comments