Update mastodonapi.php
This commit is contained in:
parent
5bed76ad36
commit
19dc93bb49
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue