浏览代码

Fix default value for hide attributions

pdontthink 18 年之前
父节点
当前提交
d65deec5b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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";