mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-15 20:48:24 -04:00
ALPHA 3.0.2a
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ class Ssi 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