From 62a84080df733ee0d286eb11a64eac7ee6696280 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Wed, 7 Jan 2026 23:02:18 +0100 Subject: [PATCH] Update mastodonapi.php --- mastodonapi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodonapi.php b/mastodonapi.php index d87cafd..a6791da 100644 --- a/mastodonapi.php +++ b/mastodonapi.php @@ -221,6 +221,6 @@ class YellowMastodonapi { // Return status file path private function getStatusFile() { - return $this->yellow->system->get("coreExtensionsDirectory") . "mastodonapi.ini"; + return $this->yellow->system->get("coreExtensionsDirectory") . "mastodonapi.log"; } } \ No newline at end of file