Skip to content

Commit

Permalink
Update upad.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisamTechnology authored Feb 10, 2019
1 parent 55d1e86 commit 8b23307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/conf/upad.pl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sub updateMessage {
if ($dateupdate) {
if (($dateupdate + $lastupdate) < $fulldate) { updateMessage(); }
}else{
if ($lastupdate ne $fulldate) { updateMessage(); }
if ($lastupdate < $fulldate) { updateMessage(); }
}

1;

0 comments on commit 8b23307

Please sign in to comment.