From 19dc93bb49fe1040d337eec479c602674cf96e07 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Wed, 7 Jan 2026 23:18:16 +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 a6791da..35515cf 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.log"; + return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.log"; } } \ No newline at end of file