1
0
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:
Cameron
2015-02-06 11:26:22 -08:00
parent 9dc8ae14ab
commit 531047c134
3 changed files with 20 additions and 28 deletions

View File

@@ -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>