diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-06-09 10:33:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 10:33:41 +0200 |
commit | 19712e2773157c2f249e3f124b0d5e2adff7a1eb (patch) | |
tree | 5871d157c77ba961820883c26f943f7c22ee101d /lib/public | |
parent | 3f07485a045339dfb1dd6f6e3d38d2115bb31041 (diff) | |
parent | 56b04c65f72664d94050b72eb633bf279f674af3 (diff) | |
download | nextcloud-server-19712e2773157c2f249e3f124b0d5e2adff7a1eb.tar.gz nextcloud-server-19712e2773157c2f249e3f124b0d5e2adff7a1eb.zip |
Merge pull request #21311 from nextcloud/techdebt/noid/make-share-order-reliable
Always sort shares in a reliable way
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Share/IShare.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php index b4d66614cee..12b807400ff 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -550,7 +550,7 @@ interface IShare { * This is mainly for public shares. It will signal that the share page should * hide download buttons etc. * - * @param bool $ro + * @param bool $hide * @return IShare * @since 15.0.0 */ |