dever 6 years ago
parent
commit
35f7a722fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/src/Journal_v1.php

+ 1 - 1
main/src/Journal_v1.php

@@ -379,7 +379,7 @@ class Journal_v1 extends Core
         } elseif ($this->data['uid'] > 0) {
             $cache = false;
             if ($this->data['info']['hot'] == 1) {
-                $cache = true;
+                $cache = false;
             }
             $subscribe = Dever::load('act/lib/subscribe')->get($id, $this->data['uid'], 4, $cache);
         }