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_filesystem/task/file_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/update_filesystem/task/file_check.php b/phpBB/phpbb/install/module/update_filesystem/task/file_check.php
index e4e0be0531..8777b747de 100644
--- a/phpBB/phpbb/install/module/update_filesystem/task/file_check.php
+++ b/phpBB/phpbb/install/module/update_filesystem/task/file_check.php
@@ -142,7 +142,7 @@ class file_check extends task_base
// with it but it does not exist (e.g. deleted by admin)
if (strpos($file, $this->phpbb_root_path . 'ext/phpbb/viglink') !== false &&
$this->update_helper->phpbb_version_compare($update_info['version']['from'], '3.2.0', '>=') &&
- !$this->filesystem->exists($this->phpbb_root_path . 'ext/phpbb/viglink'))
+ !$this->filesystem->exists($this->phpbb_root_path . 'ext/phpbb/viglink/composer.json'))
{
continue;
}