CC-4604: Edit Metadata: DJ's cannot edit metadata on their own files
-fixed
This commit is contained in:
parent
dfd52eedf1
commit
fc613aa597
3 changed files with 13 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue