diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-09-17 17:23:07 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2020-09-17 17:40:04 +0200 |
commit | 68ce17e59bf8bc09757f9b56fdad458679d6e988 (patch) | |
tree | 324ade0863f0680002324ccddcd8f4ae5e06f97c /lib/private/Share | |
parent | ec07ca2abbc88f395b8eeedc4b2e5b679018a673 (diff) | |
download | nextcloud-server-68ce17e59bf8bc09757f9b56fdad458679d6e988.tar.gz nextcloud-server-68ce17e59bf8bc09757f9b56fdad458679d6e988.zip |
Unify links to php.net
Update all links to https://www.php.net/
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'lib/private/Share')
-rw-r--r-- | lib/private/Share/SearchResultSorter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Share/SearchResultSorter.php b/lib/private/Share/SearchResultSorter.php index 2151eb2acb6..3392a546d0f 100644 --- a/lib/private/Share/SearchResultSorter.php +++ b/lib/private/Share/SearchResultSorter.php @@ -51,7 +51,7 @@ class SearchResultSorter { /** * User and Group names matching the search term at the beginning shall appear * on top of the share dialog. Following entries in alphabetical order. - * Callback function for usort. http://php.net/usort + * Callback function for usort. https://www.php.net/usort */ public function sort($a, $b) { if (!isset($a[$this->key]) || !isset($b[$this->key])) { |