fixes the user list
This commit is contained in:
parent
14ee4dca29
commit
1415e481b7
2 changed files with 3 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ namespace Yavsc.Controllers
|
|||
|
||||
var uid = g.Key;
|
||||
var cxs = g.ToList();
|
||||
if (cxs !=null)
|
||||
if (cxs.Count>0) {
|
||||
var user = cxs.First().Owner;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue