|
@@ -57,7 +57,7 @@ class MediaTagService
|
|
|
|
|
|
protected function idToUsername($id)
|
|
protected function idToUsername($id)
|
|
{
|
|
{
|
|
- $profile = ProfileService::get($id);
|
|
|
|
|
|
+ $profile = ProfileService::get($id, true);
|
|
|
|
|
|
if(!$profile) {
|
|
if(!$profile) {
|
|
return 'unavailable';
|
|
return 'unavailable';
|