1
0
Fork 0

Fix BC break, fixes #6419

pull/5714/merge
Jordi Boggiano 2017-05-15 13:41:36 +02:00 committed by GitHub
parent b07b4c3428
commit eff9326b0d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ use ZipArchive;
*/
class ZipDownloader extends ArchiveDownloader
{
private static $hasSystemUnzip;
protected static $hasSystemUnzip;
private static $hasZipArchive;
private static $isWindows;