Update mastodonapi.php
This commit is contained in:
parent
f7b2fa7378
commit
23540a1f76
1 changed files with 1 additions and 1 deletions
|
|
@ -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("coreWorkerDirectory") . "mastodonapi.txt";
|
return $this->yellow->system->get("coreExtensionsDirectory") . "mastodonapi.ini";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue