X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FZipDirectoryReader.php;h=307efcea8de51dd5269e5bfef331ba4127e0a5ab;hb=50c30a7d57fa99855909ef698276ebb8010cda16;hp=646180d2f10c859adf367f79e671aff0b1a5bdf3;hpb=56024249528ac68c8361b008ebee44d9357bbe86;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ZipDirectoryReader.php b/includes/ZipDirectoryReader.php index 646180d2f1..307efcea8d 100644 --- a/includes/ZipDirectoryReader.php +++ b/includes/ZipDirectoryReader.php @@ -162,7 +162,7 @@ class ZipDirectoryReader { || $this->eocdr['CD entries total'] == 0xffff ) { $this->error( 'zip-unsupported', 'Central directory header indicates ZIP64, ' . - 'but we are in legacy mode. Rejecting this upload is necessary to avoid '. + 'but we are in legacy mode. Rejecting this upload is necessary to avoid ' . 'opening vulnerabilities on clients using OpenJDK 7 or later.' ); }