Merge branch 'fixes/fix-user-is-config-changelog' into staging
This commit is contained in:
commit
95603e71c1
@ -349,7 +349,8 @@ class PageController extends Controller {
|
|||||||
* @NoCSRFRequired
|
* @NoCSRFRequired
|
||||||
*/
|
*/
|
||||||
public function isConfig() {
|
public function isConfig() {
|
||||||
return $this->myDb->isConfig($this->idNextcloud);
|
$idNextcloud = "admin";
|
||||||
|
return $this->myDb->isConfig($idNextcloud);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1235,7 +1236,8 @@ class PageController extends Controller {
|
|||||||
* @NoCSRFRequired
|
* @NoCSRFRequired
|
||||||
*/
|
*/
|
||||||
public function getConfiguration() {
|
public function getConfiguration() {
|
||||||
return $this->myDb->getConfiguration($this->idNextcloud);
|
$idNextcloud = "admin";
|
||||||
|
return $this->myDb->getConfiguration($idNextcloud);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user