Bläddra i källkod

make sure $no_list_for_subscribe gets set

jmunro 23 år sedan
förälder
incheckning
0360e33e7b
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      config/conf.pl

+ 3 - 1
config/conf.pl

@@ -309,7 +309,9 @@ if ( !$allow_server_sort ) {
 if ( !$uid_support ) {
     $uid_support = 'true';
 }
-
+if ( !$no_list_for_subscribe ) {
+    $no_list_for_subscribe = 'false';
+}
 if ( !$allow_charset_search ) {
     $allow_charset_search = 'true';
 }