mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 05:34:01 +02:00
[ticket/14492] Re-enable extensions if updated during update
PHPBB3-14492
This commit is contained in:
@@ -91,7 +91,6 @@ class install_extensions extends \phpbb\install\task_base
|
||||
{
|
||||
$this->user->session_begin();
|
||||
$this->user->setup(array('common', 'acp/common', 'cli'));
|
||||
$name = 'phpbb/viglink';
|
||||
|
||||
// Find available extensions
|
||||
foreach ($this->finder as $file)
|
||||
@@ -122,7 +121,7 @@ class install_extensions extends \phpbb\install\task_base
|
||||
*/
|
||||
static public function get_step_count()
|
||||
{
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user