CC-3174 : showbuilder

forgot to actually return fades.... heh
This commit is contained in:
Naomi Aro 2012-02-07 17:52:04 +01:00
parent aa7afce245
commit 529f3fa52f
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ class CcPlaylistcontents extends BaseCcPlaylistcontents {
*/
public function getDbFadein($format = "s.u")
{
parent::getDbFadein($format);
return parent::getDbFadein($format);
}
/**
@ -32,7 +32,7 @@ class CcPlaylistcontents extends BaseCcPlaylistcontents {
*/
public function getDbFadeout($format = "s.u")
{
parent::getDbFadeout($format);
return parent::getDbFadeout($format);
}
/**