aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-07-15 15:06:08 +0200
committerMario Vavti <mario@mariovavti.com>2019-07-15 15:06:08 +0200
commitb2d1fadf66fd5fc0d4f5774e8549fd81fbcf5241 (patch)
treecbe511370765e9ebde0f49ad91318a2e81a51a3e
parent3b73e5223e4a0f9dfae3a456ff5b3b6dec03ab76 (diff)
parent6a964e7cafb7f854e60c51ccd4b917c3430af749 (diff)
downloadvolse-hubzilla-b2d1fadf66fd5fc0d4f5774e8549fd81fbcf5241.tar.gz
volse-hubzilla-b2d1fadf66fd5fc0d4f5774e8549fd81fbcf5241.tar.bz2
volse-hubzilla-b2d1fadf66fd5fc0d4f5774e8549fd81fbcf5241.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
-rw-r--r--Zotlabs/Module/Photo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Photo.php b/Zotlabs/Module/Photo.php
index a53b00282..59dc709e1 100644
--- a/Zotlabs/Module/Photo.php
+++ b/Zotlabs/Module/Photo.php
@@ -222,7 +222,7 @@ class Photo extends \Zotlabs\Web\Controller {
if(! $data)
killme();
- $etag = md5($data . $modified);
+ $etag = '"' . md5($data . $modified) . '"';
if($modified == 0)
$modified = time();