1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[ticket/14492] Set install extensions to synthetic and fix step count

PHPBB3-14492
This commit is contained in:
Marc Alexander
2016-02-24 13:49:20 +01:00
parent 89fef2ce13
commit eb1ade6768
3 changed files with 4 additions and 7 deletions

View File

@@ -157,7 +157,7 @@ class enable_extensions extends task_base
*/
static public function get_step_count()
{
return 0;
return 1;
}
/**