Added spaces

pull/146/head
Tobias Reich 10 years ago
parent 24de0b994d
commit e3b1a6f477

@ -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

Loading…
Cancel
Save