Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
Martin Konecny 2012-09-14 14:53:32 -04:00
commit 198d15adc8
3 changed files with 12 additions and 5 deletions

View file

@ -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";