rabin 5 years ago
parent
commit
77a68acd46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/src/Journal_v1.php

+ 1 - 1
main/src/Journal_v1.php

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