fix group selection

This commit is contained in:
j 2011-06-06 18:08:33 +02:00
parent 1be60ffa6c
commit 68b5304b7a

View file

@ -71,7 +71,7 @@ pandora.ui.group = function(id, query) {
}
});
new Ox.Select({
items: $.map(pandora.user.queryGroups, function(v) {
items: $.map(pandora.site.groups, function(v) {
return {
checked: v.id == id,
id: v.id,