1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Fixes #2913 Applied the same visual appearance as in admin/comment.php

This commit is contained in:
Achim Ennenbach
2018-07-12 21:17:01 +02:00
parent 4c692150fe
commit c355d9c25f

View File

@@ -1541,7 +1541,7 @@ $text .= "
<tr>
<td>".PRFLAN_161.":</td>
<td>
".$frm->radio_switch('comments_disabled', $pref['comments_disabled'], LAN_NO, LAN_YES,array('reverse'=>1))."
".$frm->radio_switch('comments_disabled', $pref['comments_disabled'], LAN_YES, LAN_NO, array('inverse'=>1))."
</td>
</tr>
<tr>