aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install')
-rw-r--r--phpBB/phpbb/install/module/update_database/task/update_extensions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/update_database/task/update_extensions.php b/phpBB/phpbb/install/module/update_database/task/update_extensions.php
index 01b88344e8..13c1591dcd 100644
--- a/phpBB/phpbb/install/module/update_database/task/update_extensions.php
+++ b/phpBB/phpbb/install/module/update_database/task/update_extensions.php
@@ -76,7 +76,7 @@ class update_extensions extends task_base
* they were added
*/
static public $default_extensions_update = [
- '3.2.0-b3' => ['phpbb/viglink']
+ '3.2.0-RC2' => ['phpbb/viglink']
];
/**