@@ -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);