aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-03-02 13:02:44 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:23:34 +0100
commit930b02342e4f27f1c72fe0590f7153298331c3a6 (patch)
tree89b68c98e5903a933e294035798bbac368cb19f3 /phpBB
parentffe900c72d358ba0337c607f2ed76f893715f686 (diff)
downloadforums-930b02342e4f27f1c72fe0590f7153298331c3a6.tar
forums-930b02342e4f27f1c72fe0590f7153298331c3a6.tar.gz
forums-930b02342e4f27f1c72fe0590f7153298331c3a6.tar.bz2
forums-930b02342e4f27f1c72fe0590f7153298331c3a6.tar.xz
forums-930b02342e4f27f1c72fe0590f7153298331c3a6.zip
[ticket/14492] Check if composer.json exists in viglink folder on file_check
PHPBB3-14492
Diffstat (limited to 'phpBB')
-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;
}