summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-02-18 16:32:49 +0100
committerBjoern Schiessle <schiessle@owncloud.com>2014-03-25 17:47:24 +0100
commit6afd496d9bf64cdc911bab6393d24240db3df04d (patch)
treedad435a4bef4af6f9780c5c707d3df345463ff73 /lib/public/share.php
parentb6026625781b2fda8ee1b23c3984be4a064adccc (diff)
downloadnextcloud-server-6afd496d9bf64cdc911bab6393d24240db3df04d.tar.gz
nextcloud-server-6afd496d9bf64cdc911bab6393d24240db3df04d.zip
remove prepFileTarget() seems that it is no longer in use
Diffstat (limited to 'lib/public/share.php')
-rw-r--r--lib/public/share.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/public/share.php b/lib/public/share.php
index fcc61b2f4fd..a08134b3837 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -62,15 +62,6 @@ class Share extends \OC\Share\Constants {
}
/**
- * Prepare a path to be passed to DB as file_target
- * @param string $path path
- * @return string Prepared path
- */
- public static function prepFileTarget($path) {
- return \OC\Share\Share::prepFileTarget($path);
- }
-
- /**
* Find which users can access a shared item
* @param $path to the file
* @param $user owner of the file