log typo fix

This commit is contained in:
Bartek Przybylski 2012-02-23 19:28:01 +01:00
parent 3e756407a0
commit a02d5d1a3d

View File

@ -266,7 +266,7 @@ class OC_FileCache{
if(is_array($result)){
return $result['id'];
}else{
OC_Log::write('getFieldId(): file not found in cache ('.$path.')','core',OC_Log::DEBUG);
OC_Log::write('getFileId(): file not found in cache ('.$path.')','core',OC_Log::DEBUG);
return -1;
}
}