Fix# implement missing methods required to register OC's admin panel,
fix #161
This commit is contained in:
parent
2678a133dc
commit
922f5adb82
|
|
@ -19,6 +19,17 @@ class RegistrationSettings implements ISettings {
|
||||||
public function getPriority() {
|
public function getPriority() {
|
||||||
return 50;
|
return 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Below for ownCloud
|
||||||
|
*/
|
||||||
|
public function getPanel() {
|
||||||
|
return $this->getForm();
|
||||||
|
}
|
||||||
|
|
||||||
|
public function getSectionID() {
|
||||||
|
return $this->getSection();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue