@ -93,7 +93,7 @@ class OC_Connector_Sabre_Directory extends OC_Connector_Sabre_Node implements Sa
$path = $this->path . '/' . $name;
if (is_null($info)) {
OC_Files::getFileInfo($path);
$info = OC_Files::getFileInfo($path);
}
if (!$info) {
@ -54,6 +54,7 @@ class OC_Files {
else {
$info = OC_FileCache::get($path);
return $info;
/**