* @return string the section ID, e.g. 'sharing'
*/
public function getSection() {
- return 'collaboration';
+ return 'sharing';
}
/**
* E.g.: 70
*/
public function getPriority() {
- return 30;
+ return 70;
}
}
$sections = [
0 => [new Section('server', $this->l->t('Server settings'), 0)],
5 => [new Section('sharing', $this->l->t('Sharing'), 0)],
- 15 => [new Section('collaboration', $this->l->t('Collaboration'), 0)],
45 => [new Section('encryption', $this->l->t('Encryption'), 0)],
90 => [new Section('logging', $this->l->t('Logging'), 0)],
98 => [new Section('additional', $this->l->t('Additional settings'), 0)],