bugfixing
This commit is contained in:
parent
0b4631e1ad
commit
67c5f65d52
@ -63,7 +63,7 @@ namespace Matomat.Database.Tables
|
||||
return false;
|
||||
}
|
||||
|
||||
if (row.Count == 0)
|
||||
if (row == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user