cc-4202: Fixed
This commit is contained in:
parent
6e239d08e9
commit
79ce7b572c
3 changed files with 12 additions and 5 deletions
|
@ -32,6 +32,11 @@ class Application_Model_Webstream implements Application_Model_LibraryEditable
|
|||
return $this->webstream->getDbId();
|
||||
}
|
||||
|
||||
public function getCreatorId()
|
||||
{
|
||||
return $this->Webstream->getCcSubjs()->getDbId();
|
||||
}
|
||||
|
||||
public function getLastModified($p_type)
|
||||
{
|
||||
return "modified";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue