From c355d9c25f0fb91e60a755d294da0b4d8ced3a9f Mon Sep 17 00:00:00 2001 From: Achim Ennenbach Date: Thu, 12 Jul 2018 21:17:01 +0200 Subject: [PATCH] Fixes #2913 Applied the same visual appearance as in admin/comment.php --- e107_admin/prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/prefs.php b/e107_admin/prefs.php index 767124f29..342c1b057 100644 --- a/e107_admin/prefs.php +++ b/e107_admin/prefs.php @@ -1541,7 +1541,7 @@ $text .= " ".PRFLAN_161.": - ".$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))."