apply coding style
This commit is contained in:
parent
f301bfd8c9
commit
fe49cbafc7
|
@ -5,7 +5,7 @@ $RUNTIME_APPTYPES=array('filesystem');
|
|||
|
||||
// Init owncloud
|
||||
|
||||
require_once('lib/template.php');
|
||||
require_once 'lib/template.php';
|
||||
|
||||
OCP\JSON::checkLoggedIn();
|
||||
|
||||
|
|
|
@ -18,7 +18,8 @@ if($force or !OC_FileCache::inCache('')){
|
|||
OCP\DB::beginTransaction();
|
||||
|
||||
if(OC_Cache::isFast()) {
|
||||
OC_Cache::clear('fileid/'); //make sure the old fileid's don't mess things up
|
||||
//make sure the old fileid's don't mess things up
|
||||
OC_Cache::clear('fileid/');
|
||||
}
|
||||
|
||||
OC_FileCache::scan($dir, $eventSource);
|
||||
|
|
Loading…
Reference in New Issue