mirror of
https://github.com/e107inc/e107.git
synced 2025-09-09 05:40:44 +02:00
Fixes #660 - comments preferences had reverse behavior.
This commit is contained in:
@@ -2477,7 +2477,7 @@ class admin_newspost
|
||||
<tr>
|
||||
<td>".NWSLAN_15.":</td>
|
||||
<td>
|
||||
".$frm->radio_switch('news_allow_comments', vartrue($_POST['news_allow_comments']))."
|
||||
".$frm->radio_switch('news_allow_comments', vartrue($_POST['news_allow_comments']),null,null,'inverse=1')."
|
||||
<div class='field-help'>
|
||||
".NWSLAN_18."
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user