diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-01 04:55:00 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-01 04:55:00 -0500 |
commit | ae14ac7ba90388abf9f2ae68ae824865eb37236e (patch) | |
tree | 34403efdb38a9a119b9b77c726d068e411b9c6a1 /phpBB/install/install_install.php | |
parent | b2a252d2748be0f18901db5fc0294566af04a2dc (diff) | |
parent | ad2d560f3f6ab0232728392b2c1c946f2b07902d (diff) | |
download | forums-ae14ac7ba90388abf9f2ae68ae824865eb37236e.tar forums-ae14ac7ba90388abf9f2ae68ae824865eb37236e.tar.gz forums-ae14ac7ba90388abf9f2ae68ae824865eb37236e.tar.bz2 forums-ae14ac7ba90388abf9f2ae68ae824865eb37236e.tar.xz forums-ae14ac7ba90388abf9f2ae68ae824865eb37236e.zip |
Merge PR #893 branch 'nickvergessen/ticket/10184' into develop-olympus
* nickvergessen/ticket/10184:
[ticket/10184] Query bots table to get the user_ids of the bots
[ticket/10184] Disable receiving pms for bots by default
Diffstat (limited to 'phpBB/install/install_install.php')
-rw-r--r-- | phpBB/install/install_install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 67ebb8b1c5..0575b58d92 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -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); |