Browse Source

Add a couple sensible defaults

pdontthink 10 năm trước cách đây
mục cha
commit
83c6f28db1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      functions/db_prefs.php

+ 2 - 0
functions/db_prefs.php

@@ -139,6 +139,8 @@ class dbPrefs {
      * @var array
      */
     var $default = Array('theme_default' => 0,
+                         'include_self_reply_all' => '0',
+                         'do_not_reply_to_self' => '1',
                          'show_html_default' => '0');
 
     /**