This commit is contained in:
Arthur Schiwon 2014-05-09 19:03:05 +02:00
parent d030c28d69
commit 122ebf28f7
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}
}
}