1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-24 08:22:07 +02:00

Fixes #4621 - "Members" missing from pref dropdown.

This commit is contained in:
Cameron
2021-12-02 08:56:11 -08:00
parent 7b7040287b
commit c064dcb4f0

View File

@@ -1635,7 +1635,7 @@ $text .= "
<td>
".
$frm->uc_select('comments_moderate', $pref['comments_moderate'],"nobody,guest,new,bots,public,admin,main,classes").
$frm->uc_select('comments_moderate', $pref['comments_moderate'],"nobody,guest,new,bots,public,member,admin,main,classes").
"
</td>
</tr>