Merge branch 'dev' into 'dev'

Dev

See merge request hubzilla/core!1755
This commit is contained in:
Max Kostikov 2019-10-15 14:00:21 +02:00
commit 8bf57c6226

View File

@ -277,8 +277,7 @@ class Photo extends \Zotlabs\Web\Controller {
// in the event that infrastructure caching is present.
$smaxage = intval($maxage/12);
header("Cache-Control: s-maxage=' .$smaxage. '; max-age=" . $maxage . $cachecontrol);
header("Cache-Control: s-maxage=" . $smaxage . ", max-age=" . $maxage . $cachecontrol);
}