summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-07-26 14:11:59 +0200
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-09-19 21:08:32 +0300
commite8bf576184fdafbe74f3394dc253a56c07be6507 (patch)
tree1b50113237eac15a3c30ce3574466965c80beeef /lib/public
parentae4775a68315c2aaab3f15c8baf8dbd6ee8ccf7a (diff)
downloadnextcloud-server-e8bf576184fdafbe74f3394dc253a56c07be6507.tar.gz
nextcloud-server-e8bf576184fdafbe74f3394dc253a56c07be6507.zip
add initial search in shared files
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/share.php b/lib/public/share.php
index 9ab956d84b9..10922965ea8 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -748,7 +748,7 @@ class Share {
* @param string Item type
* @return Sharing backend object
*/
- private static function getBackend($itemType) {
+ public static function getBackend($itemType) {
if (isset(self::$backends[$itemType])) {
return self::$backends[$itemType];
} else if (isset(self::$backendTypes[$itemType]['class'])) {