From: Friendika <info@friendika.com>
Date: Sat, 1 Oct 2011 01:00:32 +0000 (-0700)
Subject: typo last checkin
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8fb2d02d3d32fd5876625036a774520d87f5ead4;p=friendica.git

typo last checkin
---

diff --git a/mod/photo.php b/mod/photo.php
index fcc75a513f..71c345fc57 100644
--- a/mod/photo.php
+++ b/mod/photo.php
@@ -129,7 +129,7 @@ function photo_init(&$a) {
 	}
 
 	header("Content-type: image/jpeg");
- 	header("Expires: " . gmdate("D, d M Y H:i:s", time() + (3600*24)) . " GMT";
+ 	header("Expires: " . gmdate("D, d M Y H:i:s", time() + (3600*24)) . " GMT");
 	header("Cache-Control: max-age=" . (3600*24));
 	echo $data;
 	killme();