mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14492] Check if composer.json exists in viglink folder on file_check
PHPBB3-14492
This commit is contained in:
parent
ffe900c72d
commit
930b02342e
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class file_check extends task_base
|
||||||
// with it but it does not exist (e.g. deleted by admin)
|
// with it but it does not exist (e.g. deleted by admin)
|
||||||
if (strpos($file, $this->phpbb_root_path . 'ext/phpbb/viglink') !== false &&
|
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->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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue