On the add favorite videos to group page ( http://video.bizhat.com/group/funnyvideo/fav/1 ) the video description is hard coded into the page as "wrewrwerwer" for every video.



to fix open templates/add_favour.tpl and find

Code:
<DIV class=moduleEntryDescription>wrewrwerwer</div>
replace with

Code:
<DIV class=moduleEntryDescription>{$answers[i].description}</div>