1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Fix latest Scrutinizer reported errors

This commit is contained in:
Afterster 2014-07-10 07:25:15 +02:00
parent 80cd08ed04
commit 504013ae66
6 changed files with 24 additions and 23 deletions

View file

@ -83,7 +83,7 @@ class Live_Stream extends database_object implements media, library_item
public function get_fullname()
{
return $this->f_name;
return $this->name;
}
public function get_parent()