Skip to content

Commit 8b23307

Browse files
Update upad.pl
1 parent 55d1e86 commit 8b23307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/conf/upad.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sub updateMessage {
2929
if ($dateupdate) {
3030
if (($dateupdate + $lastupdate) < $fulldate) { updateMessage(); }
3131
}else{
32-
if ($lastupdate ne $fulldate) { updateMessage(); }
32+
if ($lastupdate < $fulldate) { updateMessage(); }
3333
}
3434

3535
1;

0 commit comments

Comments
 (0)