mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14492] Check if composer.json exists in viglink folder on file_check
PHPBB3-14492
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user