aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index abb057df5b..40b06836a4 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -213,7 +213,10 @@ function user_add($user_row, $cp_data = false)
'user_full_folder' => PRIVMSGS_NO_BOX,
'user_emailtime' => 0,
- 'user_notify' => 0,
+ // Mageia Config tweak [ https://bugs.mageia.org/show_bug.cgi?id=1188 ]
+ 'user_notify' => 1,
+ // Mageia Config tweak
+
'user_notify_pm' => 1,
'user_notify_type' => NOTIFY_EMAIL,
'user_allow_pm' => 1,
@@ -3628,4 +3631,4 @@ function phpbb_get_banned_user_ids($user_ids = array())
return $banned_ids_list;
}
-?> \ No newline at end of file
+?>