fix method name

This commit is contained in:
yggverse 2024-07-05 23:35:12 +03:00
parent 847a0fb01d
commit ec391a8dd9

View file

@ -180,7 +180,7 @@ class Content
$title = null; $title = null;
$this->data->setGemtext( $this->data->setGemtext(
$response->getContainer(), $response->getBody(),
$title $title
); );
@ -196,7 +196,7 @@ class Content
default: default:
$this->data->setPlain( $this->data->setPlain(
$response->getContainer() $response->getBody()
); );
} }