aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/update_database
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/module/update_database')
-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 a6648084a6..a73fa9b854 100644
--- a/phpBB/phpbb/install/module/update_database/task/update_extensions.php
+++ b/phpBB/phpbb/install/module/update_database/task/update_extensions.php
@@ -157,7 +157,7 @@ class enable_extensions extends task_base
*/
static public function get_step_count()
{
- return 0;
+ return 1;
}
/**