Update mastodonapi.php

This commit is contained in:
simonpipe 2026-01-07 23:18:16 +01:00
parent 5bed76ad36
commit 19dc93bb49

View file

@ -221,6 +221,6 @@ class YellowMastodonapi {
// Return status file path // Return status file path
private function getStatusFile() { private function getStatusFile() {
return $this->yellow->system->get("coreExtensionsDirectory") . "mastodonapi.log"; return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.log";
} }
} }