|
@@ -585,7 +585,7 @@ class Journal_v1 extends Core
|
|
}
|
|
}
|
|
$id = $this->check();
|
|
$id = $this->check();
|
|
|
|
|
|
- $this->data['star'] = Dever::db('journal/star')->state(array('info_id' => $id));
|
|
+ $this->data['star'] = Dever::db('journal/star')->getAll(array('info_id' => $id));
|
|
|
|
|
|
if ($this->data['star']) {
|
|
if ($this->data['star']) {
|
|
foreach ($this->data['star'] as $k => $v) {
|
|
foreach ($this->data['star'] as $k => $v) {
|