mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Contact userclass preferences typo
This commit is contained in:
@@ -299,7 +299,7 @@ $text .= "
|
||||
<tr>
|
||||
<td class='label'>".PRFLAN_168."</td>
|
||||
<td class='control'>
|
||||
".$e_userclass->uc_dropdown('sitecontacts', $pref['sitecontacts'], 'nobody,main,admin,userclasses', "tabindex='".$frm->getNext()."'")."
|
||||
".$e_userclass->uc_dropdown('sitecontacts', $pref['sitecontacts'], 'nobody,main,admin,classes', "tabindex='".$frm->getNext()."'")."
|
||||
<div class='smalltext field-help'>".PRFLAN_169."</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user