I am using the code bellow to display a video of the profile being viewed. The viewer may or may not be the owner. Only the first video in the database gets displayed regardless of the profile being used. Does anyone know what to change? I am using in with in a PHP Block.
return BxDolService::call('videos', 'profile_video_block', array($this->oProfileGen->_iProfileID), 'Search');
