mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 17:01:43 +02:00
Fixes #4621 - "Members" missing from pref dropdown.
This commit is contained in:
@@ -1635,7 +1635,7 @@ $text .= "
|
|||||||
<td>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user