fix templating
This commit is contained in:
parent
36540c0f78
commit
83ddca8f28
1 changed files with 1 additions and 2 deletions
|
@ -109,10 +109,9 @@ class Activitypub {
|
|||
// fallback as template_loader can't return http headers
|
||||
return $template;
|
||||
}
|
||||
return $json_template;
|
||||
}
|
||||
|
||||
return $template;
|
||||
return $json_template;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue