diff options
Diffstat (limited to 'apps/files/ajax/scan.php')
-rw-r--r-- | apps/files/ajax/scan.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/ajax/scan.php b/apps/files/ajax/scan.php index e38484b97dd..23d7da44f8d 100644 --- a/apps/files/ajax/scan.php +++ b/apps/files/ajax/scan.php @@ -36,7 +36,7 @@ if($force or !OC_FileCache::inCache('')) { exit; } if(isset($eventSource)) { - $eventSource->send('success',false); + $eventSource->send('success', false); } else { exit; } |