aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-14 12:47:49 -0700
committerJoas Schilling <nickvergessen@gmx.de>2013-07-14 12:47:49 -0700
commitd8dea6377866be7add5714f842e02011942a9cb4 (patch)
tree4380672984674918fa24fe3aac997ae36c4eab9b /phpBB/phpbb/db/migration
parentd7a85ebc245e76038b8ccd56524f045cc92a6c13 (diff)
parent8928240dc3fefd42d8e98132451e2de92ff7cbec (diff)
downloadforums-d8dea6377866be7add5714f842e02011942a9cb4.tar
forums-d8dea6377866be7add5714f842e02011942a9cb4.tar.gz
forums-d8dea6377866be7add5714f842e02011942a9cb4.tar.bz2
forums-d8dea6377866be7add5714f842e02011942a9cb4.tar.xz
forums-d8dea6377866be7add5714f842e02011942a9cb4.zip
Merge pull request #9 from igorw/ticket/11574
[ticket/11574] Fix more issues in the updater
Diffstat (limited to 'phpBB/phpbb/db/migration')
-rw-r--r--phpBB/phpbb/db/migration/data/30x/3_0_12_rc1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/30x/3_0_12_rc1.php b/phpBB/phpbb/db/migration/data/30x/3_0_12_rc1.php
index 6a31a51201..a89a409dfd 100644
--- a/phpBB/phpbb/db/migration/data/30x/3_0_12_rc1.php
+++ b/phpBB/phpbb/db/migration/data/30x/3_0_12_rc1.php
@@ -108,7 +108,7 @@ class phpbb_db_migration_data_30x_3_0_12_rc1 extends phpbb_db_migration
WHERE user_id = $bot_user_id";
$this->sql_query($sql);
- user_delete('remove', $bot_user_id);
+ user_delete('retain', $bot_user_id);
}
else
{