Fixed logging bugs
This commit is contained in:
parent
476f7a2b19
commit
e4f84fb869
3 changed files with 10 additions and 5 deletions
|
@ -51,7 +51,7 @@ namespace WebsitePanel.Portal
|
|||
|
||||
private void BindTask()
|
||||
{
|
||||
DateTime lastLogDate = DateTime.Now.AddYears(-1);
|
||||
DateTime lastLogDate = DateTime.MinValue;
|
||||
if (ViewState["lastLogDate"] != null)
|
||||
lastLogDate = (DateTime)ViewState["lastLogDate"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue