Fixed formatting
authorSascha Greuel <sascha@softcreatr.de>
Sun, 4 Aug 2013 15:21:32 +0000 (17:21 +0200)
committerSascha Greuel <sascha@softcreatr.de>
Sun, 4 Aug 2013 15:21:32 +0000 (17:21 +0200)
wcfsetup/install/files/lib/system/io/ZipWriter.class.php

index 7b02c5ded595a279d3391ef859343ba5f505b051..5073f16a5a86716da51ee89b8999973a3db845f5 100644 (file)
@@ -186,7 +186,7 @@ class ZipWriter {
                // Ensure we have a numeric value
                $date = intval($date);
                
-               if($date < 315532800) {
+               if ($date < 315532800) {
                        return "\x00\x00\x00\x00";
                }