Pass Profile to asAtomEntry
This commit is contained in:
parent
61992dd9a2
commit
d524ad8b59
@ -788,7 +788,7 @@ class ApiAction extends Action
|
||||
function showSingleAtomStatus($notice)
|
||||
{
|
||||
header('Content-Type: application/atom+xml; charset=utf-8');
|
||||
print $notice->asAtomEntry(true, true, true, $this->auth_user);
|
||||
print $notice->asAtomEntry(true, true, true, $this->auth_user->getProfile());
|
||||
}
|
||||
|
||||
function show_single_json_status($notice)
|
||||
|
Loading…
Reference in New Issue
Block a user