aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f2c80705ba..3f4203c554 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,
@@ -3602,4 +3605,4 @@ function remove_newly_registered($user_id, $user_data = false)
return $user_data['group_id'];
}
-?> \ No newline at end of file
+?>