Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
user_list_authorized_users : always send root node (ul).
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 9, 2016
1 parent f16266e commit c06d43f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/plugins/core.conf/class.AbstractConfDriver.php
Expand Up @@ -1227,9 +1227,7 @@ public function switchAction($action, $httpVars, $fileVars)
}
if($index == $limit) break;
}
if (strlen($users)) {
print("<ul>".$users."</ul>");
}
print("<ul>".$users."</ul>");
AuthService::setGroupFiltering(true);

break;
Expand Down

0 comments on commit c06d43f

Please sign in to comment.