summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/scan.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/ajax/scan.php')
-rwxr-xr-x[-rw-r--r--]apps/files/ajax/scan.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/ajax/scan.php b/apps/files/ajax/scan.php
index a227dcc3ffc..d36366caf49 100644..100755
--- a/apps/files/ajax/scan.php
+++ b/apps/files/ajax/scan.php
@@ -20,12 +20,12 @@ if($force or !OC_FileCache::inCache('')){
OC_DB::commit();
$eventSource->send('success',true);
}else{
- OC_JSON::success(array('data'=>array('done'=>true)));
+ OCP\JSON::success(array('data'=>array('done'=>true)));
exit;
}
}else{
if($checkOnly){
- OC_JSON::success(array('data'=>array('done'=>false)));
+ OCP\JSON::success(array('data'=>array('done'=>false)));
exit;
}
if(isset($eventSource)){