mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.
There is no member.S_PENDING_SET variable. This fixes an XHTML error when managing groups with both approved and pending users from the UCP. PHPBB3-10102
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- ELSEIF member.S_APPROVED -->
|
||||
<!-- IF member.S_PENDING_SET -->
|
||||
<!-- IF S_PENDING_SET -->
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user