|
@@ -503,7 +503,7 @@ class Journal extends Core
|
|
|
$info['info']['focus'] = $focus;
|
|
|
$info['info']['author_id'] = $author_id;
|
|
|
$info['info']['content'] = $content;
|
|
|
- $info['info'] = Dever::load('content/lib/article')->getContent($info['info']);
|
|
|
+ $info['info'] = Dever::load('content/lib/article')->getContent($info['info'], $this->data['uid']);
|
|
|
} elseif ($info['type'] == 4 || $info['type'] == 5) {
|
|
|
$info['video'] = convert($info['video'], 'mp4', 'journal/content', $info['id'], 'video');
|
|
|
if ($info['type'] == 5) {
|