Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-11-12 17:44:00 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-11-20 18:03:12 +0400
commitd8a171df26a33710ad162b6acc9f46d00976b986 (patch)
tree958a8024bd6bf2d6ef9b1f6f80b01ec99763df87 /lib/helper.php
parent568def2b61e45d51d4506ad08723c3e2173481b4 (diff)
implement share via link token
Diffstat (limited to 'lib/helper.php')
-rw-r--r--lib/helper.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/helper.php b/lib/helper.php
index 27ebd24f6e5..5dec7fadfb4 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -758,5 +758,4 @@ class OC_Helper {
}
return $str;
}
-
}