System tags are not sharing but workflow
This commit is contained in:
parent
d2afda0f04
commit
85813c42f9
|
@ -7,7 +7,7 @@
|
|||
<licence>AGPL</licence>
|
||||
<author>Vincent Petry, Joas Schilling</author>
|
||||
<default_enable/>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.2</version>
|
||||
<dependencies>
|
||||
<owncloud min-version="9.1" max-version="9.1" />
|
||||
</dependencies>
|
||||
|
|
|
@ -39,7 +39,7 @@ class Admin implements ISettings {
|
|||
* @return string the section ID, e.g. 'sharing'
|
||||
*/
|
||||
public function getSection() {
|
||||
return 'sharing';
|
||||
return 'additional';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -43,7 +43,7 @@ class AdminTest extends TestCase {
|
|||
}
|
||||
|
||||
public function testGetSection() {
|
||||
$this->assertSame('sharing', $this->admin->getSection());
|
||||
$this->assertSame('additional', $this->admin->getSection());
|
||||
}
|
||||
|
||||
public function testGetPriority() {
|
||||
|
|
Loading…
Reference in New Issue