summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index bafb8d08e..ef3bfa98e 100644
--- a/functions.php
+++ b/functions.php
@@ -112,7 +112,7 @@
// if ($md5_hash != $content_md5 && CONTENT_CHECK_MD5)
// $unread = "true";
- if ($md5_hash != $content_md5) {
+ if (!$last_read || $md5_hash != $content_md5) {
$last_read = 'null';
} else {
$last_read = "'$last_read'";