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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user