Explorar o código

Fix default value for hide attributions

pdontthink %!s(int64=18) %!d(string=hai) anos
pai
achega
d65deec5b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/conf.pl

+ 1 - 1
config/conf.pl

@@ -2370,7 +2370,7 @@ sub command38 {
     print "";
     print "\n";
 
-    if ( lc($default_hide_attribution) eq 'true' ) {
+    if ( lc($hide_sm_attributions) eq 'true' ) {
         $default_value = "y";
     } else {
         $default_value = "n";