@@ -372,7 +372,7 @@ class Journal_v1 extends Core
{
$subscribe = 2;
$id = Dever::input('id');
- $this->check();
+ $id = $this->check();
$this->data['info'] = $this->info($this->data['info'], false);
if ($this->data['info']['ytype'] == 2) {
$subscribe = 3;