mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.
This commit is contained in:
commit
30daee12f9
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue