mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge branch '3.2' into 3.3
This commit is contained in:
commit
b80dc6450a
@ -302,7 +302,7 @@ class HTTP {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static function register_etag($etag) {
|
public static function register_etag($etag) {
|
||||||
if (0 !== strpos('"')) {
|
if (0 !== strpos($etag, '"')) {
|
||||||
$etag = sprintf('"%s"', $etag);
|
$etag = sprintf('"%s"', $etag);
|
||||||
}
|
}
|
||||||
self::$etag = $etag;
|
self::$etag = $etag;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user