Skip to content

Commit

Permalink
[CS-332] - In share folders files not blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
Raquel Sánchez committed Nov 16, 2015
1 parent a26b4ee commit a85917f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions eyeos/system/Frameworks/Store/Managers/ApiManager.php
Expand Up @@ -88,7 +88,9 @@ public function getMetadata($cloud, $token, $id, $path, $user, $resourceUrl=NULL
if($this->filesProvider->renameFile($path . "/" . $filenameDb, $files[$i]->filename)) {
array_push($lista, json_decode('{"parent_old":"' . $files[$i]->parent_id . '"}'));
}
}
} else if($updateShare) {
array_push($lista, json_decode('{"parent_old":"' . $files[$i]->parent_id . '"}'));
}
array_push($lista, $this->setUserEyeos($files[$i], $user, $cloud));
$this->callProcessU1db('update', $lista);
}
Expand Down Expand Up @@ -1018,4 +1020,4 @@ private function createResponse($metadata)
}


?>
?>

0 comments on commit a85917f

Please sign in to comment.