1
0
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:
Marc Alexander
2016-01-29 10:13:06 +01:00
parent 8fb2347cfa
commit 267d1b15c4
5 changed files with 179 additions and 5 deletions

View File

@@ -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;
}
/**