Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
This commit is contained in:
commit
b2d1fadf66
@ -222,7 +222,7 @@ class Photo extends \Zotlabs\Web\Controller {
|
|||||||
if(! $data)
|
if(! $data)
|
||||||
killme();
|
killme();
|
||||||
|
|
||||||
$etag = md5($data . $modified);
|
$etag = '"' . md5($data . $modified) . '"';
|
||||||
|
|
||||||
if($modified == 0)
|
if($modified == 0)
|
||||||
$modified = time();
|
$modified = time();
|
||||||
|
Reference in New Issue
Block a user