mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-15 12:38:24 -04:00
ALPHA 3.0.2a
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ class Esi extends AbstractSurrogate
|
||||
}
|
||||
|
||||
$parts = explode(';', $type);
|
||||
if (!in_array($parts[0], $this->contentTypes)) {
|
||||
if (!\in_array($parts[0], $this->contentTypes)) {
|
||||
return $response;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user