1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/10184] Disable receiving pms for bots by default

PHPBB3-10184
This commit is contained in:
Joas Schilling
2012-11-09 22:36:01 +01:00
parent a16b9d17da
commit 314462d835
2 changed files with 7 additions and 0 deletions

View File

@@ -1859,6 +1859,7 @@ class install_install extends module
'user_timezone' => 0,
'user_dateformat' => $lang['default_dateformat'],
'user_allow_massemail' => 0,
'user_allow_pm' => 0,
);
$user_id = user_add($user_row);