We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bc7a3 commit ea1c950Copy full SHA for ea1c950
admin/controller/admin/user.php
@@ -41,7 +41,7 @@ function index() {
41
$roles = $roles->getAll($options);
42
$sites = new SiteSQL();
43
44
- $this->view->sitesList = $sites->getAll()['sites'] ?? [];
+ $this->view->sitesList = $sites->getAll()['site'] ?? [];
45
$this->view->roles = $roles ? $roles['role'] : [];
46
}
47
0 commit comments