From: Alexander Ebert Date: Mon, 8 Jul 2013 00:26:20 +0000 (+0200) Subject: Removed empty line … X-Git-Tag: 2.0.0_Beta_5~94 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5f2e92500db26abe84ba9868178a48d3b67ac98c;p=GitHub%2FWoltLab%2FWCF.git Removed empty line … --- diff --git a/wcfsetup/install/files/lib/system/io/TarWriter.class.php b/wcfsetup/install/files/lib/system/io/TarWriter.class.php index cdd5420341..783d90c448 100644 --- a/wcfsetup/install/files/lib/system/io/TarWriter.class.php +++ b/wcfsetup/install/files/lib/system/io/TarWriter.class.php @@ -77,7 +77,6 @@ class TarWriter extends Tar { return false; } - if (version_compare(PHP_VERSION, '5.5.0-dev', '>=')) { $format = 'Z512'; }