@@ -537,7 +537,7 @@ class Journal extends Core
}
- if (!$this->data['my']) {
+ if (!$this->data['my'] && $this->data['uid'] > 0) {
$my = Dever::load('act/lib/score')->getList($id, 4, $this->data['uid']);
if ($my) {
$this->data['my'] = $my[0];