Browse Source

Added spaces

Tobias Reich 11 years ago
parent
commit
e3b1a6f477
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/modules/Album.php

+ 1 - 1
php/modules/Album.php

@@ -316,7 +316,7 @@ class Album extends Module {
 		# Send zip
 		header("Content-Type: application/zip");
 		header("Content-Disposition: attachment; filename=\"$zipTitle.zip\"");
-		header("Content-Length: ".filesize($filename));
+		header("Content-Length: " . filesize($filename));
 		readfile($filename);
 
 		# Delete zip