aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_EventSource.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/legacy/OC_EventSource.php')
-rw-r--r--lib/private/legacy/OC_EventSource.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/OC_EventSource.php b/lib/private/legacy/OC_EventSource.php
index 7191028295a..b8c4389f985 100644
--- a/lib/private/legacy/OC_EventSource.php
+++ b/lib/private/legacy/OC_EventSource.php
@@ -77,7 +77,7 @@ class OC_EventSource implements \OCP\IEventSource {
} else {
header("Content-Type: text/event-stream");
}
- if(!\OC::$server->getRequest()->passesStrictCookieCheck()) {
+ if (!\OC::$server->getRequest()->passesStrictCookieCheck()) {
header('Location: '.\OC::$WEBROOT);
exit();
}