diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-08-13 22:57:40 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-08-13 22:57:40 +0200 |
commit | 48696b514860e610714cc4703a1c5d5f9829fa19 (patch) | |
tree | 233bd2da4a97421c50126b0336362d651c7bd910 /phpBB/install | |
parent | 2dae36e3fbde62c73c0ea08f5acd4e1629ebae34 (diff) | |
parent | 263fbe54fcf03fe55f738146d7c6359108a4b48f (diff) | |
download | forums-48696b514860e610714cc4703a1c5d5f9829fa19.tar forums-48696b514860e610714cc4703a1c5d5f9829fa19.tar.gz forums-48696b514860e610714cc4703a1c5d5f9829fa19.tar.bz2 forums-48696b514860e610714cc4703a1c5d5f9829fa19.tar.xz forums-48696b514860e610714cc4703a1c5d5f9829fa19.zip |
Merge pull request #4409 from Elsensee/ticket/14742
[ticket/14742] Improvements to migrator
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/database_update.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 0ea6eeffd7..f367ae1fc0 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -211,13 +211,6 @@ while (!$migrator->finished()) phpbb_end_update($cache, $config); } - $state = array_merge(array( - 'migration_schema_done' => false, - 'migration_data_done' => false, - ), - $migrator->last_run_migration['state'] - ); - // Are we approaching the time limit? If so we want to pause the update and continue after refreshing if ((time() - $update_start_time) >= $safe_time_limit) { |