aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-01 04:55:48 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-01 04:55:48 -0500
commit7a77edf25e3c3dbf0730b176f22616206af81625 (patch)
treea4286195f0e34a92f1e255cf0f95e793f00ab074 /phpBB/install/install_install.php
parent3a702084e4249830a87dc0914127e00c1bb1b1dd (diff)
parentae14ac7ba90388abf9f2ae68ae824865eb37236e (diff)
downloadforums-7a77edf25e3c3dbf0730b176f22616206af81625.tar
forums-7a77edf25e3c3dbf0730b176f22616206af81625.tar.gz
forums-7a77edf25e3c3dbf0730b176f22616206af81625.tar.bz2
forums-7a77edf25e3c3dbf0730b176f22616206af81625.tar.xz
forums-7a77edf25e3c3dbf0730b176f22616206af81625.zip
Merge PR #893 branch 'develop-olympus' into develop
* develop-olympus: [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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index f80b8b5661..51cdd5b329 100644
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -1772,6 +1772,7 @@ class install_install extends module
'user_timezone' => 'UTC',
'user_dateformat' => $lang['default_dateformat'],
'user_allow_massemail' => 0,
+ 'user_allow_pm' => 0,
);
$user_id = user_add($user_row);