diff --git a/lib/private/eventsource.php b/lib/private/eventsource.php index a83084d9251..5080b8d066f 100644 --- a/lib/private/eventsource.php +++ b/lib/private/eventsource.php @@ -63,8 +63,9 @@ class OC_EventSource{ $type=null; } if($this->fallback) { + $fallBackId = OC_Util::sanitizeHTML($this->fallBackId); $response=''.PHP_EOL; + .$fallBackId.',"'.$type.'",'.json_encode($data).')'.PHP_EOL; echo $response; }else{ if($type) {