mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge remote branch 'bantu/ticket/10102' into develop-olympus
* bantu/ticket/10102: [ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.
This commit is contained in:
commit
5586bcf813
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<!-- ELSEIF member.S_APPROVED -->
|
||||
<!-- IF member.S_PENDING_SET -->
|
||||
<!-- IF S_PENDING_SET -->
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
|
|
Loading…
Add table
Reference in a new issue