diff options
author | Joas Schilling <coding@schilljs.com> | 2020-06-08 14:47:15 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-06-08 14:47:15 +0200 |
commit | 56b04c65f72664d94050b72eb633bf279f674af3 (patch) | |
tree | 82ef6b1e4f1ea9decbff8b78905876e40f5f426a /lib/public/Share | |
parent | fd62a5b59a08e139417f8271f95e8d56e2090ccb (diff) | |
download | nextcloud-server-56b04c65f72664d94050b72eb633bf279f674af3.tar.gz nextcloud-server-56b04c65f72664d94050b72eb633bf279f674af3.zip |
Always sort shares in a reliable way
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Share')
-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 */ |