mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
typo
This commit is contained in:
parent
d030c28d69
commit
122ebf28f7
1 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ class MetaData {
|
|||
|
||||
/**
|
||||
* @brief sets the sort mode, currently 0 (none) and 1 (user entries,
|
||||
* descalating) are supported
|
||||
* descending) are supported
|
||||
* @param int the sortMode (SORT_NONE, SORT_USERCOUNT)
|
||||
*/
|
||||
public function setSorting($sortMode) {
|
||||
|
|
@ -185,4 +185,4 @@ class MetaData {
|
|||
$this->groups = \OC_SubAdmin::getSubAdminsGroups($this->user);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue