CC-4604: Edit Metadata: DJ's cannot edit metadata on their own files

-fixed
This commit is contained in:
denise 2012-10-31 16:01:17 -04:00
parent dfd52eedf1
commit fc613aa597
3 changed files with 13 additions and 6 deletions

View file

@ -1161,6 +1161,10 @@ SQL;
return $this->_file->getDbFileExists();
}
public function getFileOwnerId()
{
return $this->_file->getDbOwnerId();
}
// note: never call this method from controllers because it does a sleep
public function uploadToSoundCloud()