mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 12:37:38 +02:00
Added vendor to ignores
This commit is contained in:
@@ -241,7 +241,7 @@ class Gpm
|
||||
return Admin::translate('PLUGIN_ADMIN.CANNOT_OVERWRITE_SYMLINKS');
|
||||
}
|
||||
Installer::install($zip, GRAV_ROOT,
|
||||
['sophisticated' => true, 'overwrite' => true, 'ignore_symlinks' => true, 'ignores' => ['tmp','user']], $extracted);
|
||||
['sophisticated' => true, 'overwrite' => true, 'ignore_symlinks' => true, 'ignores' => ['tmp','user','vendor']], $extracted);
|
||||
} else {
|
||||
$name = GravGPM::getPackageName($extracted);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user