fixes the user list

This commit is contained in:
Paul Schneider 2016-12-14 11:33:43 +01:00
commit 1415e481b7
2 changed files with 3 additions and 2 deletions

View file

@ -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;