fix templating

This commit is contained in:
Matthias Pfefferle 2023-06-28 10:14:13 +02:00
parent 36540c0f78
commit 83ddca8f28

View file

@ -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;
}
/**