remotes/origin/ldap_group_count
Thomas Müller 11 years ago committed by Robin McCorkell
parent fa503a4772
commit 55fc693750
  1. 2
      apps/files_sharing/lib/api.php
  2. 4
      apps/files_sharing/lib/sharedstorage.php

@ -196,7 +196,7 @@ class Api {
}
/**
* @breif create a new share
* @brief create a new share
* @param array $params
* @return \OC_OCS_Result
*/

@ -36,7 +36,7 @@ class Shared extends \OC\Files\Storage\Common {
}
/**
* @breif get id of the mount point
* @brief get id of the mount point
* @return string
*/
public function getId() {
@ -44,7 +44,7 @@ class Shared extends \OC\Files\Storage\Common {
}
/**
* @breif get file cache of the shared item source
* @brief get file cache of the shared item source
* @return string
*/
public function getSourceId() {

Loading…
Cancel
Save