Преглед изворни кода

Add a couple sensible defaults

pdontthink пре 10 година
родитељ
комит
83c6f28db1
1 измењених фајлова са 2 додато и 0 уклоњено
  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');
 
     /**