Fixed typo

This commit is contained in:
Pierre
2018-04-22 08:55:20 +02:00
parent 0bec88bda4
commit a2b3f65bf7
3 changed files with 7 additions and 7 deletions

View File

@ -604,10 +604,10 @@ class Posts {
//Get informations about the video
if(!is_null($info['video_id'])){
$info['video_infos'] = CS::get()->components->movies->get_infos($info['video_id']);
$info['video_info'] = CS::get()->components->movies->get_info($info['video_id']);
}
else {
$info['video_infos'] = null;
$info['video_info'] = null;
}
//Countdown timer specific