typo
This commit is contained in:
parent
d030c28d69
commit
122ebf28f7
|
@ -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 New Issue