CC-1665: Scheduled stream rebroadcasting and recording
-fix right clicking in playlist builder to view metadata causing exception
This commit is contained in:
parent
d84ad78984
commit
028f6636dd
2 changed files with 3 additions and 5 deletions
|
@ -53,8 +53,7 @@ class Application_Model_Webstream{
|
|||
|
||||
public function getMetadata()
|
||||
{
|
||||
$webstream = CcWebstreamQuery::create()->findPK($this->id);
|
||||
$subjs = CcSubjsQuery::create()->findPK($webstream->getDbCreatorId());
|
||||
$subjs = CcSubjsQuery::create()->findPK($this->webstream->getDbCreatorId());
|
||||
|
||||
$username = $subjs->getDbLogin();
|
||||
return array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue