Commit 82c9bca
committed
Fix num_shares_link_no_password for NC >= 15
It says in https://github.com/nextcloud/server/blob/master/apps/files_sharing/lib/Controller/ShareAPIController.php:
"share_with" and "share_with_displayname" for passwords of link shares was deprecated in Nextcloud 15, use "password" instead.
Signed-off-by: orandev <63342732+orandev@users.noreply.github.com>1 parent 31bc106 commit 82c9bca
1 file changed
Lines changed: 4 additions & 4 deletions
File tree
- lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments