diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-12-16 13:20:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-16 13:20:27 +0100 |
commit | 6fd421cc3c4c34e010d1ca21063e6209998c78f2 (patch) | |
tree | b17327b9df7c7bc26b4407ff319234ae12e57d1e /lib | |
parent | 09d5c557e71562e06afb5e72610fc838cde252ef (diff) | |
parent | 6de0eb0b741ff1cf0b735480a6c2d2fbcb1e70ca (diff) | |
download | nextcloud-server-6fd421cc3c4c34e010d1ca21063e6209998c78f2.tar.gz nextcloud-server-6fd421cc3c4c34e010d1ca21063e6209998c78f2.zip |
Merge pull request #2695 from nextcloud/remove-leading-slashes-on-share-activity
Remove leading slash from sharing activity
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/RichObjectStrings/Definitions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index fbde439c47a..4b5b0da978e 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/lib/public/RichObjectStrings/Definitions.php @@ -191,7 +191,7 @@ class Definitions { 'path' => [ 'since' => '11.0.0', 'required' => true, - 'description' => 'The full path of the file for the user', + 'description' => 'The full path of the file for the user, should not start with a slash', 'example' => 'path/to/file.txt', ], 'link' => [ |