Fixed inverted value.
This commit is contained in:
parent
a1dfbcc896
commit
96a37bf770
@ -328,11 +328,11 @@ public class Review
|
||||
|
||||
if (this.endTime == null)
|
||||
{
|
||||
result = true;
|
||||
result = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
result = false;
|
||||
result = true;
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user