fix is user config changelog
This commit is contained in:
parent
4d225c685e
commit
b1fee6740a
@ -349,7 +349,8 @@ class PageController extends Controller {
|
||||
* @NoCSRFRequired
|
||||
*/
|
||||
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
|
||||
*/
|
||||
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