CC-4709:
Exception happens when DJ try to click a Webstream not belongs to himself - fixed
This commit is contained in:
parent
dcc9a192d1
commit
8483439551
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ class Application_Model_Webstream implements Application_Model_LibraryEditable
|
||||||
|
|
||||||
public function getCreatorId()
|
public function getCreatorId()
|
||||||
{
|
{
|
||||||
return $this->Webstream->getCcSubjs()->getDbId();
|
return $this->webstream->getDbCreatorId();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLastModified($p_type)
|
public function getLastModified($p_type)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue