Fix# coding style

This commit is contained in:
Pellaeon Lin 2015-08-30 18:20:06 +08:00
parent c8fe81f991
commit 8f16f596bd
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class SettingsController extends Controller {
$this->config->setAppValue($this->appName, 'allowed_domains', $allowed_domains);
}
$groups = $this->groupmanager->search('');
$group_id_list = array();
foreach ( $groups as $group ) {
$group_id_list[] = $group->getGid();
}