[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:
Andreas Fischer 2011-03-19 14:56:56 +01:00
parent a3e8f74f72
commit 087e7642e7

View file

@ -118,7 +118,7 @@
</thead> </thead>
<tbody> <tbody>
<!-- ELSEIF member.S_APPROVED --> <!-- ELSEIF member.S_APPROVED -->
<!-- IF member.S_PENDING_SET --> <!-- IF S_PENDING_SET -->
</tbody> </tbody>
</table> </table>
<!-- ENDIF --> <!-- ENDIF -->