bugfixing

This commit is contained in:
BlubbFish 2013-07-12 01:14:08 +00:00
parent 0b4631e1ad
commit 67c5f65d52

View File

@ -63,7 +63,7 @@ namespace Matomat.Database.Tables
return false;
}
if (row.Count == 0)
if (row == null)
{
return false;
}