summaryrefslogtreecommitdiffstats
path: root/lib/private/Share/SearchResultSorter.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Share/SearchResultSorter.php')
-rw-r--r--lib/private/Share/SearchResultSorter.php2
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])) {