add comments

This commit is contained in:
Bjoern Schiessle 2013-10-04 16:50:53 +02:00
parent aa660a3475
commit 401740166b
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ class Shared_Updater {
}
}
/**
* @brief remove all shares for a given file if the file was deleted
*
* @param string $path
*/
private static function removeShare($path) {
$fileInfo = \OC\Files\Filesystem::getFileInfo($path);
$fileSource = $fileInfo['fileid'];